Skip to content

Commit

Permalink
log retry settings (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
bellrichm committed Apr 8, 2021
1 parent b2e46cd commit d350ae6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/user/MQTTSubscribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1531,6 +1531,8 @@ def __init__(self, service_dict, logger):
self.logger.info("port is %s" % port)
self.logger.info("keepalive is %s" % keepalive)
self.logger.info("username is %s" % username)
self.logger.info("min_delay is %s" % min_delay)
self.logger.info("max_delay is %s" % max_delay)
if password is not None:
self.logger.info("password is set")
else:
Expand Down

0 comments on commit d350ae6

Please sign in to comment.