Skip to content

Commit 1bc37a1

Browse files
committed
V6.0.0
1 parent ce4616e commit 1bc37a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonLogs/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ LOG_SHOW_LOCATION=False
1717
LOG_MAX_LOGGERS=50
1818
LOG_LOGGER_TTL_SECONDS=1800
1919

20-
# SizeRotatingLog Settings (if using SizeRotatingLog)
20+
# SizeRotatingLog Settings (only needed when using SizeRotatingLog)
2121
LOG_MAX_FILE_SIZE_MB=10
2222

23-
# TimedRotatingLog Settings (if using TimedRotatingLog)
23+
# TimedRotatingLog Settings (only needed when using TimedRotatingLog)
2424
LOG_ROTATE_WHEN=midnight
2525
LOG_ROTATE_AT_UTC=True
2626
LOG_ROTATE_FILE_SUFIX=%Y%m%d

0 commit comments

Comments
 (0)