-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
more log message levels #2
Comments
notice, alert, critical, emergency |
remove log bindings and from lib.rs |
log.lua add levels ^^ underline action/rule/event name |
actions and rules should have log messages including their priorities |
fwiw, EMERGENCYHTML code: #FC3C2F ALERTHTML code: #F4712E CRITICALHTML code: | #F9A544 ERRORHTML code: | #F9CE45 WARNINGHTML code: | #ECFA44 NOTICEHTML code: | #B0DFFF INFOHTML code: | #6DCEFA DEBUGHTML code: | #2FB9FC TRACE? |
From @aleksanderwlodarczyk on October 14, 2018 2:1 There are only 256 colors available in terminal. So I couldn't match every color perfectly |
From @aleksanderwlodarczyk on October 14, 2018 2:2 There is strange 'bug' that we cannot use functions from Lua debug library so log.lua can't print messages with info about file and number of line |
From @aleksanderwlodarczyk on October 14, 2018 11:45 debug isn't working because we are using rlua and they had deleted it from rlua |
There are much more than that :) (yeah, handling color support properly is a tricky business) |
From @mitchtbaum on October 13, 2018 2:28
from: https://www.cisco.com/c/en/us/td/docs/routers/access/wireless/software/guide/SysMsgLogging.html
searched: log severity levels
add time between steps :)
Copied from original issue: jazzdotdev/jazz#27
The text was updated successfully, but these errors were encountered: