34 lines
		
	
	
		
			467 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			467 B
		
	
	
	
		
			Plaintext
		
	
	
	
/var/log/rulingcom/*.log  {
 | 
						|
    daily
 | 
						|
    dateext
 | 
						|
    compress
 | 
						|
    rotate 30
 | 
						|
}
 | 
						|
 | 
						|
#Resque
 | 
						|
<%= "#{@project_folder}/nginx/logs/access.log" %>{
 | 
						|
    daily
 | 
						|
    dateext
 | 
						|
    compress
 | 
						|
    rotate 30
 | 
						|
}
 | 
						|
 | 
						|
#DB log
 | 
						|
/var/log/mongodb{
 | 
						|
    daily
 | 
						|
    dateext
 | 
						|
    compress
 | 
						|
    rotate 30
 | 
						|
}
 | 
						|
 | 
						|
#Orbit
 | 
						|
<%= "#{@project_folder}/log/*production.log" %>{
 | 
						|
    daily
 | 
						|
    dateext
 | 
						|
    compress
 | 
						|
    rotate 30
 | 
						|
}
 | 
						|
# end of Orbit,EXTEND IF NEEDED
 | 
						|
 | 
						|
#Remember to save this file as /etc/logrotate.d/rulingcom
 |