Use logging to set log level
This commit is contained in:
parent
cdc2497079
commit
e92e185332
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import logging
|
|||
|
||||
import lorautil
|
||||
|
||||
log.setLevel(logging.DEBUG)
|
||||
logging.root.setLevel(logging.DEBUG)
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
#Call back functions
|
||||
|
|
Loading…
Reference in a new issue