We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8b7d3 commit a165169Copy full SHA for a165169
conf/logs.conf
@@ -16,6 +16,7 @@ class=handlers.TimedRotatingFileHandler
16
level=DEBUG
17
formatter=fileFormatter
18
args=(os.path.join(os.getenv("PIPE_LOGSPATH", "logs"), os.getenv("PIPE_HANDLER", "handler") + ".log"), 'midnight')
19
+backupCount=30
20
21
[formatter_fileFormatter]
22
format=%(asctime)s %(levelname)s: %(message)s
0 commit comments