From 864f299d9b28cd4b838f1160bd2996f81a530057 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Tue, 11 Jun 2024 01:00:29 +0100 Subject: [PATCH] debug for stream handler --- logs/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logs/config.json b/logs/config.json index f804590..a6f0659 100644 --- a/logs/config.json +++ b/logs/config.json @@ -16,7 +16,7 @@ "handlers": { "stdout": { "class": "logging.StreamHandler", - "level": "INFO", + "level": "DEBUG", "formatter": "simple", "stream": "ext://sys.stdout" },