INFO
The median log level - less severe than ERROR
and WARN
, more severe than DEBUG
and TRACE
. The standard log level to use for informational output, that most consumers of your logs will be interested in, but that doesn't signal an error in your system.
See LogLevel for more on how to configure log levels.