Skip to content
Snippets Groups Projects

WIP

5 files
+ 1
46
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
10
@@ -40,19 +40,10 @@ dictConfig({
'stream': 'ext://flask.logging.wsgi_errors_stream',
'formatter': 'simple'
},
'file': {
'class': 'logging.handlers.TimedRotatingFileHandler',
'formatter': 'ecs',
'filename': '/var/log/app/service/analyse/app.log',
'when': 'm',
'interval': 1,
'backupCount': 5,
'encoding': 'utf8'
},
},
'root': {
'level': 'DEBUG',
'handlers': ['wsgi', 'file']
'handlers': ['wsgi']
}
})
Loading