mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 17:00:51 +08:00
Don't disable existing loggers.
This commit is contained in:
@@ -7,4 +7,7 @@ import logging
|
||||
import logging.config
|
||||
|
||||
def configure_logging():
|
||||
logging.config.fileConfig('logging.cfg')
|
||||
logging.config.fileConfig(
|
||||
'logging.cfg',
|
||||
disable_existing_loggers = False
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user