fix: Namespacing of sanic logger
This commit is contained in:
parent
0e33d46ead
commit
7d0c0fdf7c
|
@ -58,6 +58,6 @@ LOGGING_CONFIG_DEFAULTS = dict(
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
logger = logging.getLogger('root')
|
logger = logging.getLogger('sanic.root')
|
||||||
error_logger = logging.getLogger('sanic.error')
|
error_logger = logging.getLogger('sanic.error')
|
||||||
access_logger = logging.getLogger('sanic.access')
|
access_logger = logging.getLogger('sanic.access')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user