19 lines
274 B
Plaintext
19 lines
274 B
Plaintext
#####
|
|
# webcamd logrotate file
|
|
# written by Stephan Wendel aka KwadFan
|
|
# <me@stephanwe.de>
|
|
# GPL v3
|
|
#####
|
|
|
|
|
|
/home/pi/klipper_logs/webcamd.log {
|
|
rotate 3
|
|
missingok
|
|
notifempty
|
|
compress
|
|
delaycompress
|
|
daily
|
|
dateext
|
|
dateformat %F
|
|
maxsize 32M
|
|
} |