You can set whether to collect audit log data.
If you want to collect audit log data, you must also specify the collection level for audit log data and the audit log categories.
The table below lists and describes the values for the audit log collection level setting.
An audit log data collection level is a severity level. The default is 6.
Value (severity) |
Explanation |
|---|---|
0 |
No audit log data is collected. |
1 |
|
2 |
Critical-level audit log data is collected. |
3 |
Critical-level and Error-level audit log data is collected. |
4 |
Critical-level, Error-level, and Warning-level audit log data is collected. |
5 |
|
6 |
Critical-level, Error-level, Warning-level, and Informational-level audit log data is collected. |
7 |
The table below lists and describes the values for the audit log category setting. The default is all.
Value |
Explanation |
|---|---|
ss |
Audit log events of the StartStop category are collected. |
a |
Audit log events of the Authentication category are collected. |
ca |
Audit log events of the ConfigurationAccess category are collected. |
all |
Audit log events of the StartStop, Authentication, and ConfigurationAccess categories are all collected. |
This example shows how to enable the collection of audit log data:
# /opt/DynamicLinkManager/bin/dlnkmgr set -audlog on -audlv 6 -category all
Specify on if you want to collect audit log data, and off if you do not want to collect audit log data. If you specify on, you can use the -audlv parameter to specify the collection level for audit log data and the -category parameter to specify the audit log categories.
If you want to set the audit log facility, see Setting the audit log facility.