Use logging to set log level

This commit is contained in:
Nico Schottelius 2016-11-13 19:52:07 +01:00
parent cdc2497079
commit e92e185332
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import logging
import lorautil
log.setLevel(logging.DEBUG)
logging.root.setLevel(logging.DEBUG)
log = logging.getLogger(__name__)
#Call back functions