API: Change log level for console endpoint

fixes #11329
This commit is contained in:
Michael Friedrich 2016-12-08 00:59:24 +01:00
parent 5db468b3ca
commit b10a6b75a8
1 changed files with 1 additions and 1 deletions

View File

@ -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];