Skip to main content

Amount of data written to syslog in Nx 5.1

Comments

6 comments

  • Campbell Steven

    Yeah this bugs me too, would be good if it could be suppressed by default or just go to it's own logfile.

    0
  • Scott Truman

    Yes, how do we turn off this logging spam?

    0
  • Ben Edwards

    Any fix for this please?

    0
  • Rick Sayre

    On Ubuntu, this worked for me:

    edit /etc/systemd/system/networkoptix-root-tool.service

    insert this additional line in the [Service] section (4 stands for "warning" log level):

    LogLevelMax=4

    then reload and restart the service:

    $ sudo systemctl daemon-reload
    $ sudo systemctl restart networkoptix-root-tool

    and finally confirm that things started successfully; you should find the logs nice and clean now, especially w/ v6

    $ systemctl status networkoptix-root-tool

     

    0
  • Ben Edwards

    Thank you very much, I will give this a go

    0
  • Rick Sayre

    NOTE - it appears that NxWitness undoes this with each update, in the most unfriendly and non-linuxy way - no opportunity to “use package/keep local/compare”, not even a .original or backup created

    So your logfile fills up with crap again after every update until you re-do this process by hand

    0

Please sign in to leave a comment.