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