Audit server debugging options
For debugging purposes, a code is placed in the audit server at appropriate stages to print useful information. In normal usage, this printing is not enabled. To enable this printing, you can set an AUDITLOG environment variable. You can also set this variable to assorted values to print various types of information. The values must be set as octals:
- 0001: General information.
- 0002: Print audit rows generated.
- 0004: Print audit-data dictionary for table.
- 0010: Print data structures such as information header, sequence header, and transaction header.
The information is placed in a log file named
audit.log.pid
. This file is created in the current
directory of the audit server.