Sending events to standard error

We might configure event logging to standard error.

Steps

  1. Edit the appropriate server configuration file. Each server provides its own stanza entry values in its configuration file.
  2. Locate the stanza containing the logcfg entries.

  3. Define the logcfg entry and specify the event category to log and the destination of standard error.

  4. 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