]> granicus.if.org Git - icinga2/commitdiff
livestatus: make query exceptions debug only
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 29 Jul 2013 09:22:56 +0000 (11:22 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 29 Jul 2013 09:22:56 +0000 (11:22 +0200)
fixes #4405

components/livestatus/query.cpp

index 3d59bcda08bb71f76be396724fb8479b2609c8a6..6333691b8cf29ae2cccd6005c6189311e453794e 100644 (file)
@@ -445,7 +445,7 @@ bool Query::Execute(const Stream::Ptr& stream)
                StackTrace *st = Exception::GetLastStackTrace();
                std::ostringstream info;
                st->Print(info);
-               Log(LogWarning, "livestatus", info.str());
+               Log(LogDebug, "livestatus", info.str());
                SendResponse(stream, LivestatusErrorQuery, boost::diagnostic_information(ex));
        }