mirror of
https://github.com/solero/houdini.git
synced 2025-08-09 20:24:05 +00:00
Don't use default logging handlers with aiologger
This commit is contained in:
@@ -81,7 +81,7 @@ class HoudiniFactory:
|
||||
os.mkdir(errors_log_directory)
|
||||
|
||||
if sys.platform != 'win32':
|
||||
self.logger = Logger.with_default_handlers(name='Houdini')
|
||||
self.logger = Logger(name='Houdini')
|
||||
universal_handler = AsyncTimedRotatingFileHandler(
|
||||
filename=self.server_config['Logging']['General'],
|
||||
backup_count=3,
|
||||
|
Reference in New Issue
Block a user