We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4c819 commit 8aa4236Copy full SHA for 8aa4236
1 file changed
testgen/common/logs.py
@@ -33,7 +33,7 @@ def configure_logging(
33
34
file_handler = ConcurrentTimedRotatingFileHandler(
35
get_log_full_path(),
36
- when="D",
+ when="MIDNIGHT",
37
interval=1,
38
backupCount=int(settings.LOG_FILE_MAX_QTY),
39
)
0 commit comments