Fix wrong path
This commit is contained in:
parent
18ef86aeef
commit
43345f5851
1 changed files with 3 additions and 3 deletions
|
|
@ -29,12 +29,12 @@ GREAT_AI_LOGGING_CONFIG = {
|
|||
**LOGGING_CONFIG,
|
||||
"formatters": {
|
||||
"default": {
|
||||
"()": "great_ai.utilities.logger.CustomFormatter",
|
||||
"()": "great_ai.utilities.logger.get_logger.CustomFormatter",
|
||||
"fmt": "%(asctime)s | %(levelname)8s | %(message)s",
|
||||
},
|
||||
"access": {
|
||||
"()": "great_ai.utilities.logger.CustomFormatter",
|
||||
"fmt": "%(asctime)s | %(levelname)8s | %(message)s", # noqa: E501
|
||||
"()": "great_ai.utilities.logger.get_logger.CustomFormatter",
|
||||
"fmt": "%(asctime)s | %(levelname)8s | %(message)s",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue