Configuring log settings

Configuring log settings

DDU uses the Apache Log4j software API. For more information on the Log4j API, go to the Apache website.

The Log4j configuration settings can be found in DDUAppFolder \config\log4j-config.xml , where DDUAppFolder is the location of the DDU folder.

The configuration settings file uses standard Log4j elements. The following elements are useful for users when configuring logging settings:

Configuration file element

Description

file value

Type the file name and location of the log file. If you type only the file name, then the default location is the folder for the DDU executable files.

level value

Type the logging level. The logging level can be one of the following:

  • ALL

  • DEBUG

  • INFO

  • WARN

  • ERROR

  • FATAL


Note:  For more information on the Log4j API, go to the Apache website.