Enabling the audit log
Traditional:
You can enable an audit log to track changes that are made by administrators in the Process Admin Console.
You can enable an audit log to track changes that are made by administrators in the Process Admin Console.
Procedure
By default, the audit log is disabled. To enable it, add the following configuration in
the 100Custom.xml file.
audit-file-location: The full path name to an existing directory where the logs will be stored. This parameter must be set.audit-file-name: Name of the audit file to use, ending in.log. The default isbawaudit.log.audit-rollover-size: Size (in MB) at which the audit file will roll over. The default is100.audit-enabled: Enable auditing. The default isfalse.verbose: Add additional information to the log message. This additional information requires database queries, for exampleoriginalDatato see the previous value. The default istrue.max-historical-files: Maximum number of rolled-over files to keep before the old ones get removed. Use-1for no cleanup. The default is5.
See the following example.
<server>
<audit-config>
<audit-file-location merge="replace">C:/BAW/AppServer/profiles/StandAloneProfile/logs/server1</audit-file-location>
<audit-file-name merge="replace">bawaudit.log</audit-file-name>
<audit-rollover-size merge="replace">100</audit-rollover-size>
<audit-enabled merge="replace">false</audit-enabled>
<verbose merge="replace">true</verbose>
<max-historical-files merge="replace">5</max-historical-files>
</audit-config>
</server>
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-01-20 10:38