Move the ai log config to ERROR level
This commit is contained in:
parent
7a5f131973
commit
0e917ac111
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
},
|
},
|
||||||
"loggers": {
|
"loggers": {
|
||||||
"ai": {
|
"ai": {
|
||||||
"level": "DEBUG",
|
"level": "ERROR",
|
||||||
"handlers": ["console"],
|
"handlers": ["console"],
|
||||||
"propagate": false
|
"propagate": false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue