* No compressing, date extension for rotated logs. * Copies Logfile instead of recreating. Signed-off-by: Stephan Wendel <me@stephanwe.de>
18 lines
258 B
Plaintext
18 lines
258 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
|
|
copy
|
|
daily
|
|
dateext
|
|
dateformat .%Y-%m-%d
|
|
maxsize 4M
|
|
} |