
Command Line Interface
logging level
This command sets the minimum severity level for event logging.
Syntax
logging level <Alert Critical Error Warning Notice Informational Debug>
Default Setting
Error
Command Mode
Global Configuration
Command Usage
Messages sent include the selected level down to Alert level.
Level Argument | Description |
|
|
Alert | Immediate action needed |
|
|
Critical | Critical conditions (e.g., memory allocation, or |
| free memory error - resource exhausted) |
|
|
Error | Error conditions (e.g., invalid input, default used) |
|
|
Warning | Warning conditions (e.g., return false, unexpected |
| return) |
|
|
Notice | Normal but significant condition, such as cold start |
|
|
Informational | Informational messages only |
|
|
Debug | Debugging messages |
|
|
*There are only Critical, Notice, and Informational messages for the current firmware.
Example