From 8fed219af0e88c9bf6642577817073e1f902984d Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 15 May 2022 13:13:22 -0700 Subject: [PATCH] Add erynrl log config --- logging_config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/logging_config.json b/logging_config.json index d42487e..fe7b5c4 100644 --- a/logging_config.json +++ b/logging_config.json @@ -15,6 +15,11 @@ } }, "loggers": { + "erynrl": { + "level": "INFO", + "handlers": ["console"], + "propagate": false + }, "erynrl.ai": { "level": "ERROR", "handlers": ["console"],