Configuring the Workspace Application Log

The Application Log can be configured using the logging record in the application’s config.xml file.

Procedure

  1. Open the config.xml file.

    If you are configuring a deployed application, open config.xml via the Configuration Administrator; if you are configuring a non-deployed application, open config.xml via the file system. For more information, see the TIBCO Workspace Configuration and Customization Guide.

  2. Locate the logging record.
    <record jsxid="logging" type="Workspace"     appLogLevel="ERROR"    echoToJsxLog="false">
    </record>
  3. Set the logging record’s 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
  4. Set the logging record’s echoToJsxLog attribute to indicate if the log contents should be echoed to the Application Monitor (see Configuring Workspace 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.
  5. Save and close the config.xml file.