Difference between revisions of "Logrotate.conf"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> cat /etc/logrotate.conf # see "man logrotate" for details # rotate log files weekly weekly # use the adm group by default, since this is the owning group # of /var/log/...")
Tags: Mobile web edit, Mobile edit
 
Tags: Mobile web edit, Mobile edit
 
Line 1: Line 1:
 +
 +
cat /etc/logrotate.conf
 +
 
<pre>
 
<pre>
cat /etc/logrotate.conf
 
 
# see "man logrotate" for details
 
# see "man logrotate" for details
 
# rotate log files weekly
 
# rotate log files weekly

Latest revision as of 05:29, 20 May 2020

cat /etc/logrotate.conf
# see "man logrotate" for details
# rotate log files weekly
weekly

# use the adm group by default, since this is the owning group
# of /var/log/syslog.
su root adm

# keep 4 weeks worth of backlogs
rotate 4

# create new (empty) log files after rotating old ones
create

# use date as a suffix of the rotated file
#dateext

# uncomment this if you want your log files compressed
#compress

# packages drop log rotation information into this directory
include /etc/logrotate.d

# system-specific logs may be also be configured here.


See also.[edit]

Advertising: