Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian Syslog spam #244

Open
isaaclw opened this issue Jan 27, 2024 · 0 comments
Open

Debian Syslog spam #244

isaaclw opened this issue Jan 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@isaaclw
Copy link

isaaclw commented Jan 27, 2024

Debian uses systemd and systemd sends all it's output to syslog.

It's important to me, as a system administrator, to monitor syslog for any issues on a system.

The output from nordvpn is driving me crazy, though. Can we find a a way or an option to turn off 'info' and/or TELIO output? Since that was introduced most of my syslog is filled up with that.

I even created a nordvpn wrapper to suppress this:

$ cat /etc/systemd/system/nordvpnd.service.d/override.conf 
[Service]
ExecStart=
ExecStart=/usr/local/bin/nordvpnd_wrapper
$ cat /usr/local/bin/nordvpnd_wrapper 
#!/bin/sh
/usr/sbin/nordvpnd | grep -v "TELIO"

But I'm not really excited about deploying this to all my servers that I run nordvpn on.

@keliramu keliramu added the bug Something isn't working label Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants