From 368f780fcdd5a5d40e1f9df654410694485b8a9e Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 5 Mar 2023 13:35:35 -0800 Subject: [PATCH] Enable UI debug logging --- logging_config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/logging_config.json b/logging_config.json index 2062252..41026d4 100644 --- a/logging_config.json +++ b/logging_config.json @@ -62,6 +62,12 @@ ], "propagate": false }, + "erynrl.ui": { + "level": "DEBUG", + "handlers": [ + "console" + ] + }, "erynrl.visible": { "level": "DEBUG", "handlers": [