From b10a6b75a81d46e8b100099180502e230ffed894 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 8 Dec 2016 00:59:24 +0100 Subject: [PATCH] API: Change log level for console endpoint fixes #11329 --- lib/remote/consolehandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.50.1