Logging configuration on OpenWRT

Hi there.
I'd like to disable some log records on OpenWRT. These are cron tasks and luci-app-statistics log records

2577 Sun Jan 12 10:16:00 2025 cron err crond[2370]: USER root pid 21340 cmd /bin/sh /etc/scripts/dns.sh
2415 Sun Jan 12 09:00:00 2025 daemon err collectd[489]: Initialization complete, entering read-loop.

For now I configured logging like that:
Log output level - Warning
Cron Log Level - Disabled
according that article but nothing has change. Can somebody please explain, how to avoid these records?

conloglevel || cronloglevel || klogconloglevel This option and similar parameters may not be effective since 17.x and later.

Replace logd withsyslog-ng or similar.

3 Likes

This has been upgraded in main, it wasn’t OpenWrt, it was busybox that finnaly did the change. Don’t know if it is backported to 24.10 so this isn’t logged as error anymore.

1 Like

How can it help? It would be possible to filter some records?