mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
use the same log format for colored log
This commit is contained in:
parent
4c8c48bb23
commit
b09f74c445
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ def _get_logger(name):
|
|||
logger.propagate = False
|
||||
|
||||
if COLOR_LOG:
|
||||
coloredlogs.install(level="DEBUG", logger=logger)
|
||||
coloredlogs.install(level="DEBUG", logger=logger, fmt=_log_format)
|
||||
|
||||
return logger
|
||||
|
||||
|
|
Loading…
Reference in a new issue