From 58a5e6db62e5346726262fcb8ffdbcc39461d1bf Mon Sep 17 00:00:00 2001 From: Nanaloveyuki Date: Sun, 27 Jul 2025 23:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E4=BA=86`conf?= =?UTF-8?q?ig.json`=E4=B8=AD=E7=9A=84=E8=AE=BE=E7=BD=AE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 2 +- src/utils/configs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",