logrotate template
This commit is contained in:
parent
452bddb587
commit
a63193dc65
|
@ -0,0 +1,16 @@
|
||||||
|
#Put logrotate setting for Orbit here
|
||||||
|
|
||||||
|
|
||||||
|
#Might need partial
|
||||||
|
/var/log/basedir/*.log /var/log/basedir/*/*.log {
|
||||||
|
daily
|
||||||
|
rotate 5
|
||||||
|
}
|
||||||
|
|
||||||
|
#Resque
|
||||||
|
#Orbit
|
||||||
|
#DB log
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#Remember to save this file as /etc/logrotate.d/orbit
|
Loading…
Reference in New Issue