HCL Workload Automation, Version 9.4

Auditing mobile app activity

This section defines whether to track activities performed in the Self-Service Catalog and Self-Service Dashboards applications in an auditing log file.

For information about the name and location of the log file, see Log file for the Self-Service mobile applications.

SSAuditing
This value is set to "true" by default so that operations performed in the Self-Service Catalog and Self-Service Dashboards applications are written to a log file. The log file contains information such as creation, modification and deletion dates, the operations performed in the mobile apps, and the user performing the operations. Possible values are:
true
Operations performed in the Self-Service Catalog and Self-Service Dashboards applications are tracked in an auditing log file.
false
Operations performed in the Self-Service Catalog and Self-Service Dashboards applications are not tracked in an auditing log file.
SSAuditingLogSize
The maximum size of a log file in KB. When a log file reaches the maximum size, the system rolls that log file over and creates a new file. By default, the maximum size of a log file is 100 KB.
SSAuditingLogFiles
The default number of log files to create. When this number is met and the latest log file reaches its maximum size, the system deletes the oldest log file and rolls the latest file over and creates a new file.
<?xml version"1.0"?>
<tdwc>
.
.
 <settings>
	<SSCMAuditing>
            <property name = "SSAuditing"         value="true"></property>
            <property name = "SSAuditingLogSize"  value="100"></property>
            <property name = "SSAuditingLogFiles" value="2"</property>
 </settings>
 .
 .
</tdwc>
See TdwcGlobalSettings.xml sample to view the complete syntax for the file.

For more information about how to customize global settings, see Customizing your global settings.