Cluster Specific Timing Log

The following table describes the default timing log property set, which is applicable for the entire cluster.

Property Name Propname Description
Timing Log Default Category com.tibco.cim.timinglog.default.categoryName Specifies the value to configure the category of the timing log. This must be defined in the logging configuration. The default value is timinglogdefault.
Timing Log Default Class com.tibco.cim.timinglog.default.class This timing log Java class receives the submitted form and processes it. It writes the timing information to a file.
Timing Log Default Threshold com.tibco.cim.timinglog.default.threshold Controls whether or not any time statistics to be generated. Set the threshold in milliseconds. If you set it to 0, all timings are tracked.
Timing Log Default Switch com.tibco.cim.timinglog.default.enabled Indicates the timing log for a certain category. The timing logs are generated only when the value is set to true.

Valid values are True or False. The default value is False.

Prior to the 8.3.2 release, the timing log properties were divided into various categories, such as Rulebase Timing Log, UI Servlet Timing Log, Workflow Activity Timing Log, SQL Timing Log, Timer Timing Log, and Service Timing Log. This categorization was cluttering in Configurator. To avoid clutter, all existing timing log configurations are removed and a set of the default timing log properties is introduced in the 8.3.2 release.