Use vlogging's main_fallback name feature.
This commit is contained in:
parent
622f47c94d
commit
4f0fc6671f
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(__name__)
|
||||
log = vlogging.getLogger(__name__, 'hnarchive')
|
||||
|
||||
VERSION = 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue