By default, Nymi Enterprise Server (NES) logs all messages to the log files.
NES supports the following log levels:
| Level | Description | Message levels included in the log file |
|---|---|---|
| OFF | Turns off logging completely. NES does not log messages, regardless of their severity level. | n/a |
| ALL | NES logs all messages including low level debug messages, regardless of their severity level. |
|
| DEBUG | NES logs messages at the DEBUG level and higher. DEBUG messages provide detailed information for debugging and troubleshooting purposes. |
|
| INFO | NES logs messages at the INFO level and higher. INFO messages provide general information about the operation and progress of the application. |
|
| WARN | NES logs messages at the WARN level and higher. WARN messages indicate potential issues or unusual conditions that might require attention. |
|
| ERROR | NES logs messages at the ERROR level and higher. ERROR messages indicate errors or exceptions that occur during the execution of the application. |
|
| FATAL | NES logs messages at the FATAL level only. FATAL messages represent critical errors that cause the application to terminate or become unusable. |
|
Note: Nymi recommends that you leave the level at the
default level ALL
To change the logging level, perform the following steps:




Comments
0 commentsPlease sign in to leave a comment.