use logging.getLogger(__name__)
This commit is contained in:
parent
8756e51090
commit
d497e89b2b
36 changed files with 47 additions and 39 deletions
|
|
@ -32,7 +32,7 @@ from Crypto.Util.asn1 import DerSequence
|
|||
from meta.utils import normalize_isbn, find_isbns
|
||||
|
||||
import logging
|
||||
logger = logging.getLogger('oml.utils')
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
ENCODING='base64'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue