Top "Logrotate" questions

A Linux tool for log files management.

Is it possible to run one logrotate check manually?

Is it possible to run one iteration of logrotate manually without scheduling it on some interval?

logging logrotate
Centos/Linux setting logrotate to maximum file size for all logs

we use logrotate and it runs daily ... now we have had some situations where logs have grown significantly (read: gigbaytes) …

linux centos logrotate
Logrotate to clean up date stamped files

I'm currently trying to work out a method of tidying up Oracle Recover log files that are created by Cron... …

linux oracle logrotate
Hourly rotation of files using logrotate?

I tried to set up a log rotation of logs files located at /tmp/hr_logs/. For setting up, I …

linux cron rhel logrotate
Logrotate files with date in the file name

I am trying to configure logrotate in RHEL for tomcat6 logs. Currently, logrotate works fine for catalina.out log, it …

tomcat date redhat logrotate
logrotate compress files after the postrotate script

I have an application generating a really heavy big log file every days (~800MB a day), thus I need to …

linux shell logging compression logrotate
How to insert a date inside the filename with logrotate

I need to set logrotate to rotate logs files from an application running on the server. I need the date …

linux logrotate
Apache and logrotate configuration

last week I found a problem on my server, because the disk usage was 100% and i found out apache had …

apache ubuntu apache2 logrotate
logrotate suffix: dateext + rotate

Is it possible to use dateext and rotate options at the same time? config must look like this: /var/log/…

linux date logging logrotate
How to force (or workaround) logrotate to move old logs to olddir on different physical disk?

I want logrotate to copy and truncate log file and use olddir on different physical disk. According to manual, olddir …

linux logrotate