I'm guessing RT-AC88U-BC40 is an AiMesh node and you're directing its logs to your main router? The problem is that for some reason, the program name gets changed from "wlceventd" to "syslog". It appears to only happen to the wlceventd log entries, I've no idea why. I've been accumulating a few bits here and there, including this, probably time to push them out. In the meantime, you can change the filter to:in either your AiMesh node or your main router. If you change it on you AiMesh node, the wlceventd messages won't get passed to the main router at all, they'll stay on the AiMesh node router.Code:filter f_wlceventd { ( program("WLCEVENTD") or program("wlceventd") ) and ( message("ssoc") or message("uth") ) or ( program("syslog") and message("wlceventd") ); };
Thanks. In this case RT-AC88U is the main router. RT-AC68U is model of the airmesh node. I did not do any setup to push the logs from airmesh to the main node. Will make the update and see if new events get logged there.
Last edited: