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

[feature request] SYSLOGD config #1857

Closed
Stephanowicz opened this issue Oct 1, 2017 · 2 comments
Closed

[feature request] SYSLOGD config #1857

Stephanowicz opened this issue Oct 1, 2017 · 2 comments
Assignees
Labels
feature Adding new functionality
Milestone

Comments

@Stephanowicz
Copy link
Contributor

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/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

@fichtner
Copy link
Member

fichtner commented Oct 1, 2017

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.

@fichtner fichtner self-assigned this Oct 1, 2017
@fichtner fichtner added the feature Adding new functionality label Oct 1, 2017
@fichtner fichtner modified the milestones: 18.1, Future Oct 1, 2017
@fichtner fichtner modified the milestones: Future, 18.1 Nov 8, 2017
@fichtner fichtner modified the milestones: 18.1, 18.7 Dec 27, 2017
@fichtner fichtner modified the milestones: 18.7, 19.1 Jul 15, 2018
@fichtner fichtner modified the milestones: 19.1, 19.7 Dec 30, 2018
@fichtner fichtner assigned AdSchellevis and unassigned fichtner Jun 13, 2019
@AdSchellevis
Copy link
Member

with #3505 (in master) you can already add custom configuration files

@include "/usr/local/etc/syslog-ng.conf.d/*.conf"

I'm planning to do some more specifically for remote logging, this ticket looks like it can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding new functionality
Development

No branches or pull requests

3 participants