Both the logLevel
and outputFileLogLevel
configuration options use the following definitions.
Level | Name | Description |
---|---|---|
0 |
debug |
For detailed debugging information. |
1 |
log |
For general log messages. |
2 |
info |
For informational messages. |
3 |
warn |
For warnings that indicate potential issues. |
4 |
error |
For errors that may affect program flow. |
5 |
fatal |
For severe errors that may cause immediate termination. |