mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-148 logrotate.conf configuration was developed for CloudStack. Deleted comment and blank lines to show origin in a clearer fashion
This commit is contained in:
parent
905ccb0209
commit
6fe019e3cc
|
|
@ -1,32 +1,21 @@
|
|||
# see "man logrotate" for details
|
||||
# rotate log files daily
|
||||
daily
|
||||
|
||||
# keep 5 days worth
|
||||
rotate 5
|
||||
|
||||
# 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
|
||||
|
||||
# max size 50M
|
||||
size 50M
|
||||
|
||||
# RPM packages drop log rotation information into this directory
|
||||
include /etc/logrotate.d
|
||||
|
||||
# no packages own wtmp and btmp -- we'll rotate them here
|
||||
/var/log/wtmp {
|
||||
monthly
|
||||
create 0664 root utmp
|
||||
rotate 1
|
||||
}
|
||||
|
||||
/var/log/btmp {
|
||||
missingok
|
||||
monthly
|
||||
|
|
@ -34,4 +23,3 @@ include /etc/logrotate.d
|
|||
rotate 1
|
||||
}
|
||||
|
||||
# system-specific logs may be also be configured here.
|
||||
|
|
|
|||
1
pom.xml
1
pom.xml
|
|
@ -223,7 +223,6 @@
|
|||
<exclude>patches/systemvm/debian/config/etc/apache2/ports.conf</exclude>
|
||||
<exclude>patches/systemvm/debian/config/etc/rsyslog.conf</exclude>
|
||||
<exclude>patches/systemvm/debian/config/etc/cloud-nic.rules</exclude>
|
||||
<exclude>patches/systemvm/debian/config/etc/logrotate.conf</exclude>
|
||||
<exclude>patches/systemvm/debian/config/etc/init.d/postinit</exclude>
|
||||
<exclude>patches/systemvm/debian/config/etc/modprobe.d/aesni_intel</exclude>
|
||||
<exclude>patches/systemvm/debian/config/etc/dnsmasq.conf</exclude>
|
||||
|
|
|
|||
Loading…
Reference in New Issue