diff --git a/lib/remote/httpserverconnection.cpp b/lib/remote/httpserverconnection.cpp index 497ce7b83..f4bb14439 100644 --- a/lib/remote/httpserverconnection.cpp +++ b/lib/remote/httpserverconnection.cpp @@ -83,7 +83,8 @@ void HttpServerConnection::Disconnect() return; } - Log(LogDebug, "HttpServerConnection", "Http client disconnected"); + Log(LogInformation, "HttpServerConnection") + << "HTTP client disconnected (from " << m_Stream->GetSocket()->GetPeerAddress() << ")"; ApiListener::Ptr listener = ApiListener::GetInstance(); listener->RemoveHttpClient(this);