[SOLVED]why in openwrt all the syslog messages are put in daemon.err category? #3017
Closed
rezad1393
started this conversation in
Potential issues
Replies: 1 comment 1 reply
-
|
I'm not familiar with OpenWrt's packaging, but it appears as though the current package is not telling |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In openwrt apps write their messages to syslog.
Most app use correct categorization for different kind of messages:
fatal,error,warn,notice,debug and so on.
But it seems that dnscrypt-proxy daemon uses error category (daemon.err) for everything and then puts the text [NOTICE] and [ERROR] and the start of messages.
like this:
this messes with log reading software.
can this be fixed?
Beta Was this translation helpful? Give feedback.
All reactions