Set the debug level for an address for a SIS RA entity. The SIS RA entity to manage to
is specified by the enclosing
SISManagementTask
element.
For example:
<sis-in-management
raentity="foo">
<settriggeraddressdebuglevel address="1234567" debuglevel="2"/>
</sis-in-management>
This task invokes the
TriggerAddressTracingManagementMBean.setDebugLevel(java.lang.String, int)
management operation.
Ant Parameters
Attribute |
Description |
Required |
address |
The address. May be any address that could be found by one of the trigger address tracing selectors. |
Yes. |
debuglevel |
The fine-grained tracing debug level for the address. Must be a value between 0 and 3.
The default debug level for all addresses is 0. |
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 . |