To
get and set the level at which the SIS performs audit logging
use the following sis-console
commands, Ant task, or related MBean operations:
Console commands
Ant task
setAuditLevel
Task |
<setauditlevel level="..."/> |
---|---|
Example |
<sis-in-management> <setauditlevel level="ALL"/> </sis-in-management> or <sis-sip-management> <setauditlevel level="ALL"/> </sis-sip-management> |
MBean operations
MBean |
---|
getAuditLevel
Operation |
public AuditLevel getAuditLevel() throws ManagementException; |
---|
setAuditLevel
Operation |
public void setAuditLevel(AuditLevel level) throws ManagementException; |
---|