Fix the typo used in the authentication log
This commit is contained in:
parent
43671d684d
commit
4f917a9a81
@ -20,7 +20,7 @@ class LoggerBase:
|
|||||||
self.logger = LoggerBase.binded_loggers[self.__logger_name]
|
self.logger = LoggerBase.binded_loggers[self.__logger_name]
|
||||||
return
|
return
|
||||||
|
|
||||||
log_filename = f"{log_settings.LOG_BASE_PATH}/{self.__logger_name}.log"
|
log_filename = f"{log_settings.LOG_PATH_BASE}/{self.__logger_name}.log"
|
||||||
|
|
||||||
# ✅ **Ensure Loguru sink is added only once**
|
# ✅ **Ensure Loguru sink is added only once**
|
||||||
if log_filename not in LoggerBase.loguru_sinks_added:
|
if log_filename not in LoggerBase.loguru_sinks_added:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user