issue indeed fixed, but still can't log in

This commit is contained in:
piair
2024-02-27 16:05:21 +01:00
parent 476f99b931
commit b072041446
3 changed files with 3 additions and 6 deletions

@ -30,7 +30,7 @@ class ColoredFormatter(logging.Formatter):
# Set up the root logger
root_logger = logging.getLogger()
root_logger.setLevel(logging.INFO)
root_logger.setLevel(logging.DEBUG)
# Create a console handler and set the formatter
ch = logging.StreamHandler()