Have a watch on your logs
Written by ⓘⓓⓔⓝⓣⓛⓤⓓ - -

Context and installation
The server I'm running is a Debian Wheezy.apt-get install logwatchI wanted it to send an email to a specific local user and I wanted the email to contains as much detail as possible. I wrote to
etc/logwatch/conf/override.conf
# cat >/etc/logwatch/conf/override.conf <<EOF
logwatch: MailTo = myuser@lebegue.org
logwatch: Output = mail
logwatch: Detail = high
EOF
The result is an email sent myuser@lebegue.org
with every important details.