diff --git a/config.json b/config.json index fa9c7e5..c14bc5c 100644 --- a/config.json +++ b/config.json @@ -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", diff --git a/src/utils/configs.py b/src/utils/configs.py index 3e1c2e4..c7d2cfb 100644 --- a/src/utils/configs.py +++ b/src/utils/configs.py @@ -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",