-
Notifications
You must be signed in to change notification settings - Fork 7
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
[request] ability to turn off logs completely #119
Comments
@atesin Hmm you're right that it would be nice to suppress these messages. I should be able to add a |
@atesin Ok, I added a |
that can alredy be done in systemd unit file: in rsyslog log filters can be defined in configuration file according a process name, a message pattern, a facility, a log level, etc ... if you or somebody discover how to effectivelly make systemd journal pass log messages to rsyslog to make a granular filter instead would be great, and you were not reinventing the wheel and use a standard way to do it that can be applied to any process |
OR... raise severity of these messages, so it can be filtered when using or... set more severity levels to allow more fine-gained log filters, based on this = https://en.wikipedia.org/wiki/Syslog#Severity_level i regret that... if some actual error is in progress the right action to do is to correct it, not to silence it... that is logs are for |
i suffer for this issue: #54
i tried castspornsorskip for just 1 day, then my home server crashes, i hardly went to check and realized my disk has filled up with log messages like:
2023/12/11 21:44:33 ERROR Failed to discover devices. error="unable to create new zeroconf resolver: listen udp6 [ff02::]:5353: socket: address family not supported by protocol"
messages log so often than even with 1sec running, screen fulls and i cant scroll up to beginning with
journalctl -fe-u castspornsorskip
i would like a way to suppress at all or filter or redirect log messages, as the lowest log level is
error
and these are precisely the level of these messages so cant be skippedThe text was updated successfully, but these errors were encountered: