the logger should only log my code now

This commit is contained in:
piair 2024-02-27 23:59:39 +01:00
parent 5ca91a7075
commit 6ec5300c7b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
v6.8.20
v6.8.21