The following table lists the available log levels.
Note: Raising the log level (for example, from WARN to INFO) results in writing more data to the log file, but the file size increases more rapidly. Lowering the log level (for example, from WARN to ERROR) results in the file size increasing more slowly, but results in writing less data to the log file.
Level | Levels included |
---|---|
ALL | FATAL, ERROR, WARN, INFO, DEBUG, TRACE |
TRACE | FATAL, ERROR, WARN, INFO, DEBUG, TRACE |
DEBUG | FATAL, ERROR, WARN, INFO, DEBUG |
INFO | FATAL, ERROR, WARN, INFO |
WARN | FATAL, ERROR, WARN (default) |
ERROR | FATAL, ERROR |
FATAL | FATAL |
OFF | None |