What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Question about log noise

AntonK

Very Senior Member
The snippet of my system log entries posted here go on and forever. Is this an issue to correct, or perhaps just debugging stuff?

Thanks for any thoughts.
Anton
 

Attachments

You can get rid of the debug level messages by ssh'ing to your router, and changing the log_level from 6 to 5:

Code:
nvram get log_level
nvram set log_level=5
nvram commit
reboot

The first "nvram get log_level" isn't strictly necessary of course, but I like to verify that I'm at log_level 6 before I bother to reset it to 5 and reboot. I also usually do a "nvram get log_level" after changing the level to make sure that I actually did what I think I did *smile*. Hate to wait for a reboot and have to do it again if I didn't get to where I intended to be.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top