Prefer get_logger instead of getLogger.

This commit is contained in:
voussoir 2021-11-14 15:41:42 -08:00
parent 7471fdf55e
commit e20f2a37e9
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -2,7 +2,7 @@
<content><![CDATA[
from voussoirkit import vlogging
log = vlogging.getLogger(__name__, '$1')
log = vlogging.get_logger(__name__, '$1')
# Put this above main
@vlogging.main_decorator