Setup logformat in lorautil
This commit is contained in:
parent
d02ccc201f
commit
369dd06ca9
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ import time
|
|||
import websocket
|
||||
|
||||
|
||||
logging.basicConfig(format='%(levelname)s: %(message)s')
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
dbname="lorawan"
|
||||
|
|
Loading…
Reference in a new issue