Filter the log data sent to MQTT based on the MQTTLevel setting.

This commit is contained in:
Jonathan Naylor
2022-11-29 18:04:03 +00:00
parent 53b73c6558
commit 2f761603bc
7 changed files with 21 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ m_port(port)
{
CUDPSocket::startup();
::LogInitialise(false, ".", "RemoteCommand", 2U, 2U, false);
::LogInitialise(false, ".", "RemoteCommand", 2U, 2U, 2U, false);
}
CRemoteCommand::~CRemoteCommand()