Logrotate for log file

This commit is contained in:
Ruben 2018-01-04 20:16:06 +01:00
parent 8e409451e4
commit 6fff9aca18

4
logrotate.conf Normal file
View file

@ -0,0 +1,4 @@
/home/pi/scan_faces/scan_face.log {
rotate 10
weekly
}