Sending events to standard output
We might capture event logging to standard output.
Steps
- Edit the appropriate server configuration file. Each server provides its own stanza entry values in its configuration file.
- Locate the stanza containing logcfg entries.
- Define the logcfg entry and specify the event category to log and the destination of standard output.
logcfg = category:stdout
- Save and exit the configuration file.
Results
To capture all audit events to standard output, define the following entry in the configuration file:[ivmgrd] logcfg = audit:stdout
Parent topic: Sending events to the console