Setting up audit log data collection

Dynamic Link Manager (for Linux®) User Guide

Version
9.0.x
Audience
anonymous
Part Number
MK-92DLM113-64
ft:lastEdition
2025-11-06

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.

Table. Values indicating audit log data collection levels

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.

Table. Values indicating audit log data categories

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.