Change debug log color

this patch changes the debug log color from dark blue to grey
This commit is contained in:
Hemna 2024-03-23 19:27:23 -04:00
parent f400c6004e
commit c0623596cd
1 changed files with 1 additions and 0 deletions

View File

@ -115,3 +115,4 @@ def setup_logging(loglevel=None, quiet=False):
# configure loguru
logger.configure(handlers=handlers)
logger.level("DEBUG", color="<fg #BABABA>")