We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4616e commit 1bc37a1Copy full SHA for 1bc37a1
pythonLogs/.env.example
@@ -17,10 +17,10 @@ LOG_SHOW_LOCATION=False
17
LOG_MAX_LOGGERS=50
18
LOG_LOGGER_TTL_SECONDS=1800
19
20
-# SizeRotatingLog Settings (if using SizeRotatingLog)
+# SizeRotatingLog Settings (only needed when using SizeRotatingLog)
21
LOG_MAX_FILE_SIZE_MB=10
22
23
-# TimedRotatingLog Settings (if using TimedRotatingLog)
+# TimedRotatingLog Settings (only needed when using TimedRotatingLog)
24
LOG_ROTATE_WHEN=midnight
25
LOG_ROTATE_AT_UTC=True
26
LOG_ROTATE_FILE_SUFIX=%Y%m%d
0 commit comments