Examine some rules from the /etc/rsyslog.conf file:
*.info;mail.debug;authpriv.none;cron.none /var/log/messages uucp, news.notice
/var/log/spooler Which statement is true about the listed rules?
A.
Only messages with a priority of info from all facilities are sent to /var/log/messages.
B.
Only messages with a priority of notice from the news facility are sent to /var/log/spooler.
C.
Messages with a priority of debug or higher from the mail facility are sent to
/var/log/message
D.
Only messages with a priority of debug from the mail facility are sent to
/var/log/messages.