FIX: LoggerLevel num
This commit is contained in:
parent
6be9162b1a
commit
1f1272ae23
@ -31,7 +31,7 @@ logger = logging.getLogger("ReActor")
|
||||
logger.propagate = False
|
||||
|
||||
# Add Custom Level
|
||||
addLoggingLevel("STATUS", logging.INFO - 5)
|
||||
addLoggingLevel("STATUS", logging.INFO + 5)
|
||||
|
||||
# Add handler if we don't have one.
|
||||
if not logger.handlers:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user