Skip to content

Commit 47df485

Browse files
committed
Change log file names
1 parent e7cf3d9 commit 47df485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logging.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"class": "logging.handlers.RotatingFileHandler",
1212
"level": "DEBUG",
1313
"formatter": "default",
14-
"filename": "_DefaultName_Logs_Debug.log",
14+
"filename": "log_debug.log",
1515
"maxBytes": 1074000000,
1616
"backupCount": 5,
1717
"encoding": "utf8"
@@ -20,7 +20,7 @@
2020
"class": "logging.handlers.RotatingFileHandler",
2121
"level": "INFO",
2222
"formatter": "default",
23-
"filename": "_DefaultName_Logs.log",
23+
"filename": "log_INFO.log",
2424
"maxBytes": 1074000000,
2525
"backupCount": 5,
2626
"encoding": "utf8"

0 commit comments

Comments
 (0)