BREAKING CHANGE: This will require a reinstall of crowsnest Signed-off-by: Stephan Wendel <me@stephanwe.de>
23 lines
442 B
Plaintext
23 lines
442 B
Plaintext
# crowsnest logrotate file
|
|
|
|
#### crowsnest - A webcam Service for multiple Cams and Stream Services.
|
|
####
|
|
#### Written by Stephan Wendel aka KwadFan <me@stephanwe.de>
|
|
#### Copyright 2021
|
|
#### https://github.com/mainsail-crew/crowsnest
|
|
####
|
|
#### This File is distributed under GPLv3
|
|
####
|
|
|
|
|
|
/home/pi/klipper_logs/crowsnest.log {
|
|
rotate 3
|
|
missingok
|
|
notifempty
|
|
copy
|
|
daily
|
|
dateext
|
|
dateformat .%Y-%m-%d
|
|
maxsize 4M
|
|
}
|