audit service
Enable or disable the audit logging service.
Syntax
audit service {enable | disable}
Argument(s) | Shortcut | Description |
---|---|---|
enable | e | Enable the audit logging service. |
disable | d | Disable the audit logging service. |
Examples
psesh:>audit service enable Audit Log is enabled Starting audittrace: [ OK ] Audit Log is started Command Result : 0 (Success)
psesh:>audit service disable Audit Log Service is disabled Stopping audittrace: [ OK ] Audit Log Service is stopped Command Result : 0 (Success)