remove explicit INFO level from basic_logging()
This commit is contained in:
parent
14c5132ecc
commit
0bf7d12413
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ def basic_logging():
|
||||||
'%(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s'))
|
'%(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s'))
|
||||||
root = logging.getLogger()
|
root = logging.getLogger()
|
||||||
root.addHandler(handler)
|
root.addHandler(handler)
|
||||||
root.setLevel(logging.INFO)
|
|
||||||
|
|
||||||
|
|
||||||
def get_uuid():
|
def get_uuid():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue