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

Implement RFC 5424 log levels #2

Open
thekid opened this issue Aug 22, 2015 · 0 comments
Open

Implement RFC 5424 log levels #2

thekid opened this issue Aug 22, 2015 · 0 comments
Labels

Comments

@thekid
Copy link
Member

thekid commented Aug 22, 2015

http://tools.ietf.org/html/rfc5424 defines the following loglevels

Numerical Code Severity XP Logging supports this via
0 Emergency: system is unusable n/a
1 Alert: action must be taken immediately n/a
2 Critical: critical conditions n/a
3 Error: error conditions LogLevel::ERROR
4 Warning: warning conditions LogLevel::WARN
5 Notice: normal but significant condition n/a
6 Informational: informational messages LogLevel::INFO
7 Debug: debug-level messages LogLevel::DEBUG

It should be decided whether to implement Notice, Critical, Alert and Emergency.

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

No branches or pull requests

1 participant