Top "Logrotate" questions

A Linux tool for log files management.

logrotate says permission denied when rotating log / re-creating log file

I'm new to logrotate on linux machines... here's what I have set up in my app's logrotate.d file: /var/…

linux file-permissions chmod permission-denied logrotate
How to configure logrotate with php logs

I'm running php5 FPM with APC as an opcode and application cache. As is usual, I am logging php errors …

php linux logrotate
How to configure Logrotate with dateext and extension

I tried to configure logrotate to keep the date and the extension of the log being rotated: With the current …

date ubuntu logrotate
logrorate: error: lines must begin with a keyword or a filename (possibly in double quotes)

I have the following logrorate config for my iptables: /var/log/iptables.log { daily missingok rotate 3 compress notifempty delaycompress postrotate /…

ubuntu logrotate
Logrotate not compressing

We have syslogd set up to send all logs from a few different servers into one, all into a folder …

linux centos6 logrotate
Logrotate does not auto rotate when based on log size

I have a custom application (myApp) which is writing logs to the file '/var/log/myApp'. I can see …

logrotate
Redis logrotate config

Does anyone have a sample logrotate config for redis? This is what I have so far /var/log/redis/*.log { …

redis logrotate
Are variables supported in logrotate configuration files?

I looked at logrotate.conf examples and everything in my /etc/logrotate.d directory. Nowhere was I able to find …

logrotate
logrotate configuration file development and testing

I have two questions related to developing configuration files for the logrotate tool on Linux systems. When I make a …

linux unix testing logrotate
logrotate: log does not need rotating

logrotate is not rotating my logs To verify that the logfile is not empty: # ls -laFh /var/log/cisco-meraki.log …

logging logrotate