Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
oskarpearson committed Nov 6, 2016
2 parents a9dce1c + 10c5e52 commit 0def80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmeowlink/vendors/mmeowlink.py
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ def setup_logging (self):
mmlog = logging.getLogger('mmeowlink')
level = getattr(logging, self.device.get('DECOCARE_LOG_LEVEL', 'WARN'))
mmlevel = getattr(logging, self.device.get('logLevel', 'INFO'))
address = self.device.get('logAddress', '/dev/log')
address = self.device.get('log_address', '/dev/log')
log.setLevel(level)
mmlog.setLevel(mmlevel)
for previous in log.handlers[:]:

0 comments on commit 0def80c

Please sign in to comment.