forked from piair/MsRewards-Reborn
the logger should only log my code now
This commit is contained in:
parent
5ca91a7075
commit
6ec5300c7b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user