Skip to content

Commit

Permalink
rudmentary fix for #8
Browse files Browse the repository at this point in the history
  • Loading branch information
adnidor committed Jul 24, 2018
1 parent 6942b32 commit f6003eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

logging.basicConfig(filename=LOGFILE,
level=logging.DEBUG,
format="%(asctime)s %(levelname)s %(message)s")
format="%(asctime)s MQTT %(levelname)s %(message)s")

db = DbConnection()

Expand Down
2 changes: 1 addition & 1 deletion restapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

logging.basicConfig(filename=LOGFILE,
level=logging.DEBUG,
format="%(asctime)s %(levelname)s %(message)s")
format="%(asctime)s RESTAPI %(levelname)s %(message)s")

db = DbConnection()

Expand Down

0 comments on commit f6003eb

Please sign in to comment.