Skip to content

Commit

Permalink
fix: change log level
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed Dec 31, 2024
1 parent c692812 commit 3f66496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _health_check(self) -> None:
time.sleep(HEALTH_CHECK_INTERVAL)

uptime_display = naturaltime(self.start_time)
self.logger.info(
self.logger.debug(
f"Health check passed - "
f"Uptime: {uptime_display}, "
f"Active: {bool(self.bot)}"
Expand Down

0 comments on commit 3f66496

Please sign in to comment.