Problem : logrotate is unable to rotate my logs. I have checked the file permissions, they are fine. I have […]
Tag: logrotate
Log rotation with automatic *.log file discovery
Problem : I am hosting several websites which each of run their own Python process and write *.log output files, […]
Logrotate won’t rotate log while saying it does
Problem : I have a logrotate config that worked normally, until all of a sudden it stopped doing so. I […]
What is rotating my haproxy logs?
Problem : I have a haproxy logrotate configuration file in /etc/logrotate.d/haproxy that looks like this: “var/log/haproxy.log” “/var/log/haproxy-status.log” { daily size […]
systemd & logrotate: missing error messages in systemd journal
Problem : I have just discovered a problem that I don’t understand (SLES15 SP2): I had mis-configured one logrotate service […]
Remove leading null blocks from a sparse file
Problem : I’m using logrotate with the copytruncate option. This works well, creating a sparse file that starts with an […]
Logrotate not rotating on file size
Problem : According to the man page “Normally, logrotate is run as a daily cron job. It will not modify […]
My Linux logrotate and my huges log files
Problem : I can see a few huge log files in my server: stephane@data:~$ ls -lS /var/log total 55G -rw-r—– […]
Logrotate not rotating on file size
Problem : According to the man page “Normally, logrotate is run as a daily cron job. It will not modify […]
Logrotate status file update from different crone jobs
Problem : I have several scripts in /etc/logrotate.d/ all are included in /etc/logrotate.conf and crone job that runs: /usr/sbin/logrotate -s […]
- 1
- 2