refactor: change logfile name.
This commit is contained in:
parent
e98ecf4c2f
commit
66bb8f605d
@ -4,7 +4,7 @@ import os
|
||||
|
||||
from ..const import PROJECT_DIR, CONFIG, LOG_DIR
|
||||
|
||||
MAX_KB_LOG_FILE = os.path.join(LOG_DIR, 'max_kb.log')
|
||||
MAX_KB_LOG_FILE = os.path.join(LOG_DIR, 'maxkb.log')
|
||||
DRF_EXCEPTION_LOG_FILE = os.path.join(LOG_DIR, 'drf_exception.log')
|
||||
UNEXPECTED_EXCEPTION_LOG_FILE = os.path.join(LOG_DIR, 'unexpected_exception.log')
|
||||
LOG_LEVEL = "DEBUG"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user