Log Levels

Details of logs output by this software can be changed by using configuration files.

The following table describes the available log levels.

Log Levels
Description
errorEntries, such as notification of inability to operate correctly, failure to validate configuration files, and fatal errors, are output to this log.
warn

Entries, such as failed requests to servers, are output to this log.

infoRecommended level for operational data

Operational events, such as program startup, normal termination, validation of configuration files, and successful requests to servers, are output to the log.

debug

Details that will be required for debugging are output to the log.

This log may be used for investigations in inquiries to the support center.
When outputting a debug log, there is a need to execute normal_mode_output_log.bat (or recovery_mode_output_log.bat) in addition to log level settings.

The order of log levels is as follows.

  • (High) error > warn > info > debug (Low)

Logs to be output are those logs whose log level is equal to or higher than that set to the configuration file.