Enable or disable fine-grained tracing for a SIS RA entity. All fine-grained tracing debug level settngs
are ignored unless fine-grained tracing has been enabled. The SIS RA entity to manage to is specified
by the enclosing
SISManagementTask
element.
For example:
<sis-sip-management
raentity="foo">
<setfinegrainedtracing enabled="true"/>
</sis-sip-management>
This task invokes the
ConfigurationManagementMBean.setFineGrainedTracingEnabled(boolean)
management operation.
Ant Parameters
Attribute |
Description |
Required |
enabled |
Boolean value indicating whether fine-grained tracing should be enabled. |
Yes. |
failonerror |
Default failure case behaviour for this task. If set to 'false' or 'no', the build will continue when this task attempts a redundant action. |
No. Default is inherited from the enclosing SISManagementTask . |