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 0d2f6ad commit b0a433dCopy full SHA for b0a433d
funscript_editor/config/logging_windows.yaml
@@ -16,7 +16,7 @@ handlers:
16
class: logging.handlers.RotatingFileHandler
17
level: INFO
18
formatter: standard
19
- filename: logs/funscript_editor.log
+ filename: C:/Temp/funscript_editor.log
20
maxBytes: 10485760 # 10MB
21
backupCount: 10
22
encoding: utf8
0 commit comments