-
-
Notifications
You must be signed in to change notification settings - Fork 11
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 #27
Comments
The logging support is provided by rust's log crate, it only supports the currently implemented levels |
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? |
There are only 256 colors available in terminal. So I couldn't match every color perfectly |
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 |
debug isn't working because we are using rlua and they had deleted it from rlua |
This issue was moved to jazzdotdev/log#2 |
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 :)
The text was updated successfully, but these errors were encountered: