Prefer get_logger instead of getLogger.
This commit is contained in:
parent
7471fdf55e
commit
e20f2a37e9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
from voussoirkit import vlogging
|
from voussoirkit import vlogging
|
||||||
|
|
||||||
log = vlogging.getLogger(__name__, '$1')
|
log = vlogging.get_logger(__name__, '$1')
|
||||||
|
|
||||||
# Put this above main
|
# Put this above main
|
||||||
@vlogging.main_decorator
|
@vlogging.main_decorator
|
||||||
|
|
Loading…
Reference in a new issue