Troubleshooting : Collecting logs : Log levels
  
Log levels
Logging can be performed on different levels, from SEVERE that logs only the most serious events, to FINEST, for a highly detailed message tracing. In addition, ALL and OFF can be used to log all messages, or to turn off the logging.
Levels
 
Level
Description
OFF
Turns off logging
SEVERE
Serious failure
WARNING
Potential problem
INFO
Information messages
CONFIG
Static configuration messages
FINE
Provides tracing information
FINER
More detailed message tracing
FINEST
Highly detailed message tracing
ALL
All messages are logged
See also
Collecting logs