Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Log levels specify the minimum log message that is output. All log messages with a level higher than the log level set for a logger are output. So if INFO is specified, log messages of level INFO, WARN, ERROR, and SEVERE are output.

  • TRACE
  • INFO
  • WARN
  • ERROR
  • SEVEREFATAL

For example, to avoid enhancement warnings, get detailed SQL information, and write the log data to a file:

...