Starting the Audit Logs
Use the start auditLog command to start the logging of CentraSite user information. The input parameters are:
Parameter | Description |
-url | (Optional) The URL of the CentraSite registry. Default value is http://localhost:53307 |
-user | The user ID of a registered CentraSite user. For example, Administrator. |
-password | The password for the registered CentraSite user. |
The syntax for the command is: C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd start auditLog [-url <CENTRASITE-URL>] -user <USER-ID> -password <PASSWORD>
Example:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd start auditLog -user Administrator -password manage -url http://localhost:53305/CentraSite/CentraSite
The response to this command could be:
Executing the command : start auditLog
Successfully executed the command : start auditLog
Note: | Use the command, stop auditLog to stop the user audit log. The state auditLog command which requires the same parameters can be used to check if audit logging is On or Off. By default, the audit log is Off. |