From c0623596cd2253e4f9bc6e0d20dd524bde2bc948 Mon Sep 17 00:00:00 2001 From: Hemna Date: Sat, 23 Mar 2024 19:27:23 -0400 Subject: [PATCH] Change debug log color this patch changes the debug log color from dark blue to grey --- aprsd/log/log.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aprsd/log/log.py b/aprsd/log/log.py index 26c4f4e..fcdb620 100644 --- a/aprsd/log/log.py +++ b/aprsd/log/log.py @@ -115,3 +115,4 @@ def setup_logging(loglevel=None, quiet=False): # configure loguru logger.configure(handlers=handlers) + logger.level("DEBUG", color="")