pia-daemon fills log

Even though I have seen that "Removed unneeded WireGuard kernel module logging on Linux" in the Changelog, I am sitll annoyed by the logs of the pia-daemon.

It spits a line every 5 seconds like: 

    august 26 23:05:08 titan pia-daemon[336025]: [+11:49.935][wireguardmethod][wireguardmethod.cpp:1060][info] BYTECOUNT: 4461368, 529468

This more a debugging message and we don't need to see this flooding our log.

Please remove this, or at least add a switch or command line option to disable this. It would be nice if it was the default.

Thanks.

Comments

  • OK.

    I have found out about your debug.txt file in /opt/piavpn/var and I am using it with this content:

    [rules]
    *.debug=false
    *.info=false
    *.warning=false

    That's what I wanted
Sign In or Register to comment.