mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-03-21 06:44:49 +00:00
Cleanup a lot of the logging in the sysadm server. Now the hostinfo log file will clearly list connection time/IP, auth attempts/IP, Dispatches/IP, disconnections/IP. The dispatcher and events systems also properly log activity within their individual log files.
This commit is contained in:
@@ -166,9 +166,11 @@ RestOutputStruct::ExitCode WebSocket::EvaluateDispatcherRequest(bool allaccess,
|
||||
continue;
|
||||
}
|
||||
//queue up this process
|
||||
|
||||
DISPATCHER->queueProcess(ids[i], cmds);
|
||||
}
|
||||
//Return the PENDING result
|
||||
LogManager::log(LogManager::HOST, "Client Launched Processes["+SockPeerIP+"]: "+ids.join(",") );
|
||||
out->insert("started", QJsonArray::fromStringList(ids));
|
||||
//}else if(act=="read"){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user