FILES
/etc/log.d/logwatch.conf
Really a symlink to /etc/log.d/conf/logwatch.conf. This file
sets the default values of all the above options. These
defaults are used when LogWatch is called without any parameters
(i.e. from cron.daily). The file is well-documented, but the
explanations above also apply to this config file.
/etc/log.d/conf/services/*
Configuration files for the various services whose log entries
LogWatch can process.
/etc/log.d/conf/logfiles/*
Configuration files for the various logfiles that the above ser-
vice's log entries are stored in.
/etc/log.d/scripts/shared/*
Filters common to many services and/or logfiles.
/etc/log.d/scripts/logfiles/*
Filters specific to just particular logfiles.
/etc/log.d/scripts/services/*
Actual filter programs for the various services.
EXAMPLES
logwatch --service ftpd-xferlog --range all --detail high --print
--archives
This will print out all FTP transfers that are stored in all
current and archived xferlogs.
logwatch --service pam_pwdb --range yesterday --detail high --print
This will print out login information for the previous day...