Show client id and endpoint on connect/disconnect, gate command echoes behind -v

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <[email protected]>
This commit is contained in:
Debian
2026-09-16 22:04:47 +02:00
co-authored by Sisyphus
parent e834b44ba6
commit 8eccfefc75
2 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ def check_monitor(monitor):
return None
logger.debug(f'Monitor: {event_name} {event_value} endpoint {event_endpoint}')
return (event_id, event_value)
return (event_id, event_value, event_endpoint.decode('utf-8', 'replace'))
class RconConnection: