How can I temporarily suspend console logging?

I get an excessive number of wifi connect/disconnect messages (maybe 10/sec) in the console, and I'll get around to figuring out the cause shortly, but can I temporarily suspend console output? Barring that, can I disable it for duration of the session via some configfile?

Thanks

Joe

1 Like

Try this way temporarily suspend logging:

/etc/init.d/log stop

https://openwrt.org/docs/guide-user/base-system/log.essentials

Or tune conloglevel and klogconloglevel:
https://openwrt.org/docs/guide-user/base-system/system_configuration

2 Likes