void LivestatusQuery::ExecuteGetHelper(const Stream::Ptr& stream)
{
- Log(LogInformation, "LivestatusQuery")
+ Log(LogNotice, "LivestatusQuery")
<< "Table: " << m_Table;
Table::Ptr table = Table::GetByName(m_Table, m_CompatLogPath, m_LogTimeFrom, m_LogTimeUntil);
l_ExternalCommands++;
}
- Log(LogInformation, "LivestatusQuery")
+ Log(LogNotice, "LivestatusQuery")
<< "Executing command: " << m_Command;
ExternalCommandProcessor::Execute(m_Command);
SendResponse(stream, LivestatusErrorOK, "");
bool LivestatusQuery::Execute(const Stream::Ptr& stream)
{
try {
- Log(LogInformation, "LivestatusQuery")
+ Log(LogNotice, "LivestatusQuery")
<< "Executing livestatus query: " << m_Verb;
if (m_Verb == "GET")