Skip to content

Commit 66bb8f6

Browse files
refactor: change logfile name.
1 parent e98ecf4 commit 66bb8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/maxkb/settings/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from ..const import PROJECT_DIR, CONFIG, LOG_DIR
66

7-
MAX_KB_LOG_FILE = os.path.join(LOG_DIR, 'max_kb.log')
7+
MAX_KB_LOG_FILE = os.path.join(LOG_DIR, 'maxkb.log')
88
DRF_EXCEPTION_LOG_FILE = os.path.join(LOG_DIR, 'drf_exception.log')
99
UNEXPECTED_EXCEPTION_LOG_FILE = os.path.join(LOG_DIR, 'unexpected_exception.log')
1010
LOG_LEVEL = "DEBUG"

0 commit comments

Comments
 (0)