From: Gunnar Beutner Date: Fri, 22 Aug 2014 14:00:38 +0000 (+0200) Subject: Change log level for one of the log messages X-Git-Tag: v2.1.0~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3972aa20c489c57b055f6462abaf3d5eacaab69a;p=icinga2 Change log level for one of the log messages refs #6066 --- 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();