From 0e917ac111aaa535e068668072e2d4cffdde2bd2 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 12 May 2022 08:59:36 -0700 Subject: [PATCH] Move the ai log config to ERROR level --- logging_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging_config.json b/logging_config.json index 4512f77..a770168 100644 --- a/logging_config.json +++ b/logging_config.json @@ -16,7 +16,7 @@ }, "loggers": { "ai": { - "level": "DEBUG", + "level": "ERROR", "handlers": ["console"], "propagate": false },