Change trace logging level from 5
to logging.DEBUG-1
This commit is contained in:
parent
7eb31820d7
commit
cf83c310dd
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import logging, logging.handlers, os, sys, time
|
import logging, logging.handlers, os, sys, time
|
||||||
|
|
||||||
LEVELS = {
|
LEVELS = {
|
||||||
"trace": 5,
|
"trace": logging.DEBUG-1,
|
||||||
"debug": logging.DEBUG,
|
"debug": logging.DEBUG,
|
||||||
"info": logging.INFO,
|
"info": logging.INFO,
|
||||||
"warn": logging.WARN,
|
"warn": logging.WARN,
|
||||||
|
|
Loading…
Reference in a new issue