Sending events to standard output

We might capture event logging to standard output.

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 logcfg entries.
  3. Define the logcfg entry and specify the event category to log and the destination of standard output.

      logcfg = category:stdout

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