Logging

Logging

Log level can be configured as default, verbose, or trace (see ivs CLI). Log levels cannot be adjusted on individual subsystems.

Syslog

When the --syslog command line option is given, as it is in the init scripts, Xenon will send all log messages to syslog instead of stderr. The facility is LOG_DAEMON and program name is "ivs".

Local Logging

Not directly supported. Users may configure their syslog daemon to copy Xenon log messages to a local file. Example configuration for rsyslogd::programname,isequal,"ivs" /var/log/ivs.log