syslogd-listfiles
Manual Reference Pages - SYSLOGD-LISTFILES (8)
NAME
syslogd-listfiles - list system logfiles
CONTENTS
Synopsis
Description
Options
See Also
SYNOPSIS
syslogd-listfiles [ -a | --all ] [ --auth ] [ -f config file ] [ -s pattern ] [ --large nnn ] [ --news ] [ -w | --weekly ]
DESCRIPTION
Sysklogd provides a modern mechanism to log system messages. This mechanism is controlled by the file /etc/syslog.conf. Messages are divided into logfiles which can grow quite big. Therefore the logfiles need to be rotated once per day, per week or per month. On a Debian GNU/Linux system most of the files are rotated once per week.
This program helps the rotation script to determine which logfiles need to be rotated and when. It takes care of news logfiles that are handled by the news.daily script from INN. In conjunction with the scripts in /etc/cron.daily and /etc/cron.weekly it takes care of files with sensitive information.
By default a list of files for daily rotation is generated. At the moment this option only reflects entries that contain "*.*" as facility.priority.
OPTIONS
SEE ALSO
syslog.conf(5), syslogd(8), savelog(8).
Improve this page