mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	High-performance, schema-free document-oriented database http://www.mongodb.org ref #1182
		
			
				
	
	
		
			14 lines
		
	
	
		
			205 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			205 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Default log rotation / compression keeps 1 year of logs.
 | |
| /var/log/mongodb/*.log {
 | |
| 	daily
 | |
| 	rotate 365
 | |
| 	dateext
 | |
| 	copytruncate
 | |
| 	delaycompress
 | |
| 	compress
 | |
| 	notifempty
 | |
| 	extension gz
 | |
| 	sharedscripts
 | |
| 	missingok
 | |
| }
 |