diff --git a/lib/remote/apilistener.cpp b/lib/remote/apilistener.cpp index 17a514b37..bea5ed224 100644 --- a/lib/remote/apilistener.cpp +++ b/lib/remote/apilistener.cpp @@ -231,7 +231,7 @@ void ApiListener::AddConnection(const Endpoint::Ptr& endpoint) String host = endpoint->GetHost(); String port = endpoint->GetPort(); - Log(LogWarning, "ApiClient", "Reconnecting to API endpoint '" + endpoint->GetName() + "' via host '" + host + "' and port " + port); + Log(LogInformation, "ApiClient", "Reconnecting to API endpoint '" + endpoint->GetName() + "' via host '" + host + "' and port " + port); TcpSocket::Ptr client = make_shared();