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:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user