Java Mailing List Archive

http://www.redhatconfig.com/

Home » Red Hat Linux Discussion »

logrotate Problem

Vivek Mangal

2008-01-08

Replies:

Author LoginPost Reply
Hello All,

I have a Problem to create the log file
i configured logrotate.conf as

\\\\\\\\ /etc/logrotate.conf file\\\\\\\\\\
# see "man logrotate" for details
# rotate log files weekly
weekly
# keep 4 weeks worth of backlogs
rotate 4
# create new (empty) log files after rotating old ones
create
# uncomment this if you want your log files compressed
compress
# RPM packages drop log rotation information into this directory
include /etc/logrotate.d
# no packages own wtmp -- we'll rotate them here
/var/log/wtmp {
  monthly
  create 0664 root utmp
  rotate 1
}
\\\\\\\\\\End of Log file \\\\\\\\\\
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)
https://www.redhat.com/mailman/listinfo/redhat-list
©2008 redhatconfig.com - Jax Systems, LLC, U.S.A.