Move the ai log config to ERROR level

This commit is contained in:
Eryn Wells 2022-05-12 08:59:36 -07:00
parent 7a5f131973
commit 0e917ac111

View file

@ -16,7 +16,7 @@
}, },
"loggers": { "loggers": {
"ai": { "ai": {
"level": "DEBUG", "level": "ERROR",
"handlers": ["console"], "handlers": ["console"],
"propagate": false "propagate": false
}, },