mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 02:07:54 +00:00
Log the remote ip address for incoming websocket connections when debug is on (#40581)
This commit is contained in:
parent
a42736e437
commit
35cfc80dd7
@ -130,7 +130,7 @@ class WebSocketHandler:
|
||||
request = self.request
|
||||
wsock = self.wsock = web.WebSocketResponse(heartbeat=55)
|
||||
await wsock.prepare(request)
|
||||
self._logger.debug("Connected")
|
||||
self._logger.debug("Connected from %s", request.remote)
|
||||
self._handle_task = asyncio.current_task()
|
||||
|
||||
@callback
|
||||
|
Loading…
x
Reference in New Issue
Block a user