Auditing mobile app activity
This section defines whether to track activities performed in the Self-Service Dashboards application in an auditing log file.
For information about the name and location of the log file, see Log file for the Self-Service Dashboard application.
- SSAuditing
- This value is set to "true" by default so that operations performed in the Self-Service Dashboards application 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 Dashboards application are tracked in an auditing log file.
- false
- Operations performed in the Self-Service Dashboards application 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.