start logging

This commit is contained in:
2019-07-13 23:47:05 +02:00
parent 2c4b42850e
commit 870bbcb66b
2 changed files with 25 additions and 1 deletions

View File

@ -1,6 +1,8 @@
class Config(object):
def __init__(self):
self.appName = 'mbm'
self.logFile = '/tmp/mbm.log'
self.mqttBrokerHost = '172.16.2.16'
self.mqttBrokerPort = 1883
self.mqttLogin = ''