Ich habe eine Haproxy-Logrotate-Konfigurationsdatei in /etc/logrotate.d/haproxy
das sieht so aus:
"var/log/haproxy.log" "/var/log/haproxy-status.log" {
daily
size 250M
rotate 1
create 644 root root
missingok
compress
notifyempty
copytruncate
}
was nicht funktioniert. Ich habe das durch Laufen bewiesen logrotate -f /etc/logrotate.d/haproxy
das gibt mir skipping "/var/log/haproxy.log" because parent directory has insecure permissions
- Ich arbeite daran, dieses Problem zu beheben. Meine Frage ist anders.
Meine Protokolle werden jedoch immer noch von etwas anderem gedreht. Wo finde ich, was diese Protokolle möglicherweise dreht?