Product SiteDocumentation Site

E.2.3.  Listening for virtio logs

Start the listening rsyslogd on the host:
         eval `analog -p 6080 -o rsyslogd.conf -s /path/to/logdir` 
Or, view the raw logs using nc
         nc -l 0.0.0.0 6080 
rsyslog is also used in this way for tcp logging, but separate rsyslog instances must be used if logging by both methods.