We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2220380 commit 7bd941bCopy full SHA for 7bd941b
bbblb/services/poller.py
@@ -199,7 +199,7 @@ async def poll_one(self, server_id):
199
server.mark_error(self.maxerror)
200
201
LOG.info(
202
- f"[{server.domain}] meetings={stats.meetings} users={stats.users} load={stats.load:.1f} health={server.health.name}"
+ f"[{server.domain}] {server.health.name} enabled={server.enabled} meetings={stats.meetings} users={stats.users} load={stats.load:.1f}"
203
)
204
205
# Log all state changes (including recovery) as warnings
0 commit comments