Skip to content

Commit 1768e9f

Browse files
author
arch
committed
update log config
1 parent 1f02a87 commit 1768e9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

funscript_editor/config/logging_linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ handlers:
1818
formatter: standard
1919
filename: /tmp/funscript_editor.log
2020
maxBytes: 10485760 # 10MB
21-
backupCount: 10
21+
backupCount: 2
2222
encoding: utf8
2323

2424
root:

funscript_editor/config/logging_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ handlers:
1818
formatter: standard
1919
filename: C:/Temp/funscript_editor.log
2020
maxBytes: 10485760 # 10MB
21-
backupCount: 3
21+
backupCount: 2
2222
encoding: utf8
2323

2424
root:

0 commit comments

Comments
 (0)