6.7 Configuring the Logging Level for Engines

Log level settings determine the type of events that are logged. The Server Properties dialog box allows you to set the logging levels for the following log files:

The settings are written to the corresponding log configuration files:

The log level options are listed in order from the most information reported to no information reported. Each level includes the events specified, plus the events of the levels below it. The messages are listed from bottom to top in the order of increasing priority.

Log Level Option

Description

All

Records all events in the specified log file. (This is the same output as for the DEBUG level.)

DEBUG

Records debug, information, warning, error, and fatal events in the specified log file.

INFO

Records information, warning, error, and fatal events in the specified log file.

WARN

(Default) Records warning, error, and fatal events in the specified log file.

ERROR

Records error and fatal events in the specified log file.

FATAL

Records fatal events in the specified log file.

OFF

No events are recorded in the specified log file.

To view or change the Log Levels options:

  1. In the Management Console, connect to the DynamicFS server that you want to manage.

  2. Right-click the server, then select Properties to open the Server Properties dialog box.

  3. Click the Log options tab.

  4. From the DswMcpCore.config.xml drop-down list, select a logging level for the Service log.

  5. From the DswStandardEngine.config.xml drop-down list, select a logging level for the Standard Engine log.

  6. From the DswRetentionEngine.config.xml drop-down list, select a logging level for the Retention Engine log.

  7. From the DswCloudEngine.config.xml drop-down list, select a logging level for the Cloud Engine log.

  8. Click OK to apply the changes.

  9. Close the Server Properties dialog box.