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

syslog: let syslog output lookup level directly in Entry struct #84

Merged
merged 1 commit into from
Nov 23, 2014

Conversation

vincentbernat
Copy link
Contributor

Log level has moved from entry.Data["level"] to entry.Level. Use
that to get the right level.

Fix: #82

Log level has moved from `entry.Data["level"]` to `entry.Level`. Use
that to get the right level.

Fix: sirupsen#82
@sirupsen
Copy link
Owner

I should've caught that. I thought the tests ran for the hooks too per default. I'll attempt a fix at that.

sirupsen added a commit that referenced this pull request Nov 23, 2014
syslog: let syslog output lookup level directly in Entry struct
@sirupsen sirupsen merged commit 1f2ba2c into sirupsen:master Nov 23, 2014
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.

Syslog hook doesn't log anything
2 participants