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,
|
**LOGGING_CONFIG,
|
||||||
"formatters": {
|
"formatters": {
|
||||||
"default": {
|
"default": {
|
||||||
"()": "great_ai.utilities.logger.CustomFormatter",
|
"()": "great_ai.utilities.logger.get_logger.CustomFormatter",
|
||||||
"fmt": "%(asctime)s | %(levelname)8s | %(message)s",
|
"fmt": "%(asctime)s | %(levelname)8s | %(message)s",
|
||||||
},
|
},
|
||||||
"access": {
|
"access": {
|
||||||
"()": "great_ai.utilities.logger.CustomFormatter",
|
"()": "great_ai.utilities.logger.get_logger.CustomFormatter",
|
||||||
"fmt": "%(asctime)s | %(levelname)8s | %(message)s", # noqa: E501
|
"fmt": "%(asctime)s | %(levelname)8s | %(message)s",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue