Top "Logrotate" questions

A Linux tool for log files management.

logrotate: delete tomcat/jboss logs older than n days

I haven't found a solution to purge old tomcat or jboss logs or any other timestamped logs: catalog.log./server.…

linux logging logrotate log-rotation
How to perform log rotation with Gunicorn?

I searched through the net but didn't get the concrete answer or example of "how to use log rotation with …

logging gunicorn logrotate
How can I get log rotation working inside a kubernetes container/pod?

Our setup: We are using kubernetes in GCP. We have pods that write logs to a shared volume, with a …

kubernetes google-cloud-platform logrotate
Does logrotate depend on cron?

in the logrotate manpage, they say: "Normally, logrotate is run as a daily cron job". Does that mean that logrotate …

cron logrotate
logrotate doesn't rotate catalina.out

I am trying to use logrotate to rotate out tomcat's catalina.out automatically on a daily basis even though I …

tomcat apache-tomee rhel7 logrotate oraclelinux
App writes to ".log.1" file instead of ".log" file after running logrotate

After force running logrotate, my app keeps writing to my_app.log.1 (the old log that should be archived later) …

ubuntu logging logrotate
logrotate - compression files modified x number of days

Is there a way to get logrotate to only compress files modified X number of days ago (e.g. mtime +2)

linux logrotate