You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically I'd like to have more control over what is logged and where.
At moment this is partially avaiable for remote logging only
As it is quite a bit of work to add individual options it would be great if one could add an additional line to the settings at least...
e.g I'd like to have smth like *.err;kern.warning;*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
At moment I'm thinking of an addtional .conf file that get's parsed at startup as a simple solution...
Probably this is already somewhere implemented?
Cheers, Stephan
The text was updated successfully, but these errors were encountered:
Syslog-ng should eventually replace syslogd and we want to make that more configurable. But at the moment we don’t know if this is landing in 18.1 or not. It’s not likely that the old system will receive substantial updates in the meantime.
Hello again^^,
Basically I'd like to have more control over what is logged and where.
At moment this is partially avaiable for remote logging only
As it is quite a bit of work to add individual options it would be great if one could add an additional line to the settings at least...
e.g I'd like to have smth like
*.err;kern.warning;*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messagesAt moment I'm thinking of an addtional .conf file that get's parsed at startup as a simple solution...
Probably this is already somewhere implemented?
Cheers, Stephan
The text was updated successfully, but these errors were encountered: