Welcome Guest, Not a member yet? Register   Sign In
logging level order is not aligned order
#1

On the user guide, logging level is matching to the RFC 5424 levels.
These variety is matched, but these order is not matched.

on CI4:
Code:
        |       0 = Disables logging, Error logging TURNED OFF
        |       1 = Emergency Messages  - System is unusable
        |       2 = Alert Messages      - Action Must Be Taken Immediately
        |   3 = Critical Messages   - Application component unavailable, unexpected exception.
        |   4 = Runtime Errors      - Don't need immediate action, but should be monitored.
        |   5 = Debug               - Detailed debug information.
        |   6 = Warnings            - Exceptional occurrences that are not errors.
        |   7 = Notices             - Normal but significant events.
        |   8 = Info                - Interesting events, like user logging in, etc.
        |   9 = All Messages

on RFC 5424:

Code:
           Numerical         Severity
             Code

              0       Emergency: system is unusable
              1       Alert: action must be taken immediately
              2       Critical: critical conditions
              3       Error: error conditions
              4       Warning: warning conditions
              5       Notice: normal but significant condition
              6       Informational: informational messages
              7       Debug: debug-level messages

              Table 2. Syslog Message Severities

"debug" level is in the middle on CI4, lowest on RCF 5424.
Why don't you adjust the order?
Reply


Messages In This Thread
logging level order is not aligned order - by takekoshi - 12-09-2016, 07:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB