File: logrotate

package info (click to toggle)
prometheus-nginx-exporter 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,272 kB
  • sloc: sh: 49; makefile: 40
file content (9 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
/var/log/prometheus/prometheus-nginx-exporter.log {
    weekly
    rotate 10
    copytruncate
    compress
    delaycompress
    notifempty
    missingok
}