mirror of
https://github.com/Nanaloveyuki/py-logiliteal.git
synced 2025-09-03 18:16:22 +00:00
🐛 修复了config.json
中的设置错误
This commit is contained in:
@ -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",
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user