From: Michael Friedrich Date: Wed, 7 Dec 2016 23:59:24 +0000 (+0100) Subject: API: Change log level for console endpoint X-Git-Tag: v2.6.0~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b10a6b75a81d46e8b100099180502e230ffed894;p=icinga2 API: Change log level for console endpoint fixes #11329 --- diff --git a/lib/remote/consolehandler.cpp b/lib/remote/consolehandler.cpp index 3b1a7a195..af3883ef9 100644 --- a/lib/remote/consolehandler.cpp +++ b/lib/remote/consolehandler.cpp @@ -99,7 +99,7 @@ bool ConsoleHandler::HandleRequest(const ApiUser::Ptr& user, HttpRequest& reques bool ConsoleHandler::ExecuteScriptHelper(HttpRequest& request, HttpResponse& response, const String& command, const String& session, bool sandboxed) { - Log(LogInformation, "Console") + Log(LogNotice, "Console") << "Executing expression: " << command; ApiScriptFrame& lsf = l_ApiScriptFrames[session];