ZWave logging messages in /var/log/messages

My /var/log/messages is being flooded with logging messages from zwave. I’ve tried everything I know of to stop these. Does anyone know how to stop these messages?

Dec 9 10:30:06 hass02 90e75c8a8216[856]: #033[90m2022-12-09 10:30:06.583#033[39m #033[32mINFO#033[39m #033[1mZ-WAVE#033[22m: Node 66: value updated: 69-0-state 0 => 0

Did “everything” include changing the logging settings? You can turn off, or log to file instead. https://zwave-js.github.io/zwave-js-ui/#/troubleshooting/generating-logs?id=application-logs

Looks like I wasn’t giving it enough time. There must be a bit of a delay from when you change the logging settings on the web interface to when they actually change. I was changing logging from Info to error but it was still logging info messages for several minutes later. I set it back to info then later turned logging off and it was still logging info. I checked the logs a few minutes later and info was still logging. After a couple hours, I checked again and logging eventually did stop so looks like we’re all good now. Thanks!