File: logrotate

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