Logging

This configuration is used to control the Application Log.

For information about the Application Log, see Application Log.

Procedure

  1. Open the config.xml file.

    For information about how this file should be opened (i.e., via the Configuration Administrator or via the file system, see Introduction).

  2. Locate the logging record:
    <record jsxid="logging" type="Workspace"
        appLogLevel="ERROR"
        echoToJsxLog="false">
    </record>
  3. Set the logging record’s attributes as follows:
    1. Set the appLogLevel attribute to indicate the default value for the Log Level drop-down list in the Application Log. The valid entries are:
      • OFF
      • FATAL
      • ERROR
      • WARN
      • INFO
      • DEBUG
      • TRACE
    2. Set the echoToJsxLog attribute to indicate if the log contents should be echoed to the Application Monitor (see Application Monitor), as follows:
      • “true” causes the contents of the Application Log to be echoed to the Application Monitor.
      • “false” causes the contents of the Application Log to not be echoed to the Application Monitor.
  4. Save and close the config.xml file.