Use __name__ for getlogger.
This commit is contained in:
parent
958fd5e7b3
commit
622f47c94d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from voussoirkit import sqlhelpers
|
|||
from voussoirkit import threadpool
|
||||
from voussoirkit import vlogging
|
||||
|
||||
log = vlogging.getLogger('hnarchive')
|
||||
log = vlogging.getLogger(__name__)
|
||||
|
||||
VERSION = 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue