Skip Headers
Oracle® Universal Content Management
Release 10gR3
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

DiagnosticSetting.Timer

This setting enables or disables diagnostic timings logging for the IBPMExpress web server. If enabled, timings are output to the IBPMExpress.Timings Event Log with source names related to web server operations, and time settings (HH:MM:SS.mmm) of actions (such as Ò"WSS Call", "[Client] Download", etc.) in the descriptions.

XML Path: //configuration/appSettings/add[@key="DiagnosticSetting.Timer"]

Setting a value to 1 enables timing logging. Setting to 0 disables the logging.

Example:

<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
    <appSettings>
        <add key="DiagnosticSetting.Timer" value="0" />
    ...