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

Add support for "syslog" logging #902

Merged
merged 3 commits into from
Sep 4, 2014

Conversation

malthe
Copy link
Contributor

@malthe malthe commented Sep 3, 2014

Supports file configuration with values syslog, local0, ..., local7.

This closes #896.

The logging configuration now accepts strings "local0" through "local7"
as facility selectors.

The input is lowercased such that e.g. "LOCAL0" is valid, too.
@malthe
Copy link
Contributor Author

malthe commented Sep 4, 2014

Not sure why the build is failing on this on – the output is a little too dense.

jvshahid added a commit that referenced this pull request Sep 4, 2014
Add support for "syslog" logging
@jvshahid jvshahid merged commit d631acd into influxdata:master Sep 4, 2014
@jvshahid
Copy link
Contributor

jvshahid commented Sep 4, 2014

Thanks!

@kbabioch
Copy link

What's the current status on this? It seems that it is no longer possible to log using syslog. Code-wise a lot has changed since this commit and I cannot find any references to syslog within the current code base. The whole configuration section is gone by now. Is this a regression?

@swdream
Copy link

swdream commented Aug 19, 2016

@kbabioch it is removed here
06bfd9c
I also am finding a way to push log into syslog, but cannot find out :(

@kbabioch
Copy link

@swdream I've opened up another feature request (#7190). Hopefully it will get some more attention there, since this one is already merged, so maybe nobody is taking notice here.

@swdream
Copy link

swdream commented Aug 23, 2016

@kbabioch ok, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for syslog
4 participants