use logging.getLogger(__name__)

This commit is contained in:
j 2015-11-29 15:56:38 +01:00
commit d497e89b2b
36 changed files with 47 additions and 39 deletions

View file

@ -13,7 +13,7 @@ import meta
import utils
import logging
logger = logging.getLogger('metaoml')
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.DEBUG)
def findMetadata(data):