Skip to content

Commit 308cd6b

Browse files
author
harvey_xiang
committed
feat: timer false
1 parent f100c1d commit 308cd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def close(self):
200200
"class": "concurrent_log_handler.ConcurrentTimedRotatingFileHandler",
201201
"when": "midnight",
202202
"interval": 1,
203-
"backupCount": 3,
203+
"backupCount": 1,
204204
"filename": _setup_logfile(),
205205
"formatter": "standard",
206206
"filters": ["context_filter"],

0 commit comments

Comments
 (0)