72fba62e09
Take influence from how Werkzeug configures logging by only configuring a handler if no root handlers were previously configured by the end user.
4 lines
49 B
Python
4 lines
49 B
Python
import logging
|
|
|
|
log = logging.getLogger('sanic')
|