Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 900 Bytes

log-levels.md

File metadata and controls

16 lines (12 loc) · 900 Bytes

Log Level Usage

Both the logLevel and outputFileLogLevel configuration options use the following definitions.

Log Level 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.