🐛 修复了config.json中的设置错误

This commit is contained in:
Nanaloveyuki
2025-07-27 23:52:56 +08:00
parent 845b4339ab
commit 58a5e6db62
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"file_level": "DEBUG",
"file_name": "pliblog.log",
"file_name": "latest.log",
"file_path": "./logs",
"file_format": "{asctime} {levelname} | {prefix}{message}",
"file_encoding": "utf-8",

View File

@ -9,7 +9,7 @@ pliblog's config settings, used to set pliblog's global config
DEFAULT_CONFIG_PATH = "config.json"
DEFAULT_CONFIG = {
"file_level": "DEBUG",
"file_name": "pliblog.log",
"file_name": "latest.log",
"file_path": "./logs",
"file_format": "{asctime} {levelname} | {prefix}{message}",
"file_encoding": "utf-8",