Skip to content

Commit

Permalink
Set send ping log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
titilambert committed Aug 30, 2017
1 parent d58e7d8 commit 2dca9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuxeatpi_common/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def ping(self, state="ALIVE"):
"version": self.version,
"date": time.time(),
"state": state}
self.logger.info("Send ping")
self.logger.debug("Send ping")
self.etcd_client.write(self.key, json.dumps(data))

def read(self):
Expand Down

0 comments on commit 2dca9d6

Please sign in to comment.