Skip to content

Commit b0a433d

Browse files
author
arch
committed
change windows log path
1 parent 0d2f6ad commit b0a433d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funscript_editor/config/logging_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ handlers:
1616
class: logging.handlers.RotatingFileHandler
1717
level: INFO
1818
formatter: standard
19-
filename: logs/funscript_editor.log
19+
filename: C:/Temp/funscript_editor.log
2020
maxBytes: 10485760 # 10MB
2121
backupCount: 10
2222
encoding: utf8

0 commit comments

Comments
 (0)