mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Filter the log data sent to MQTT based on the MQTTLevel setting.
This commit is contained in:
@@ -57,7 +57,7 @@ m_port(port)
|
||||
{
|
||||
CUDPSocket::startup();
|
||||
|
||||
::LogInitialise(false, ".", "RemoteCommand", 2U, 2U, false);
|
||||
::LogInitialise(false, ".", "RemoteCommand", 2U, 2U, 2U, false);
|
||||
}
|
||||
|
||||
CRemoteCommand::~CRemoteCommand()
|
||||
|
||||
Reference in New Issue
Block a user