ILOG JRules User Guide > Managing Rule Execution Server > Tasks > Administering Rule Execution Server > Changing the Default Behavior of the Execution Stack > Changing the Trace Level

The trace level of the Execution Unit (XU) can be modified to change the detail that is reported.

To change the trace level property:

  1. Open the RAR deployment descriptor using any text or XML editor.
  2. Locate the property name <config-property-name>traceLevel</config-property-name>.
  3. Replace the default value of:
  4. <config-property-value>FINE</config-property-value> (debug messages, errors, and warnings):
    with one of the following:
    1. <config-property-value>OFF</config-property-value> (no trace)
    2. <config-property-value>SEVERE</config-property-value> (only errors)
    3. <config-property-value>WARNING</config-property-value> (errors and warnings)
    4. <config-property-value>INFO</config-property-value> (informational messages, errors and warnings)

Related Concepts

Execution Unit (XU)

Related Tasks

Configuring the XU for the XU Plug-in
Adding Execution Unit (XU) JCA 1.5 Connection Factories