mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-30 17:23:53 +01:00 
			
		
		
		
	* Added a sample syslog.conf(5) snippet in 'conf/syslog.conf-sample'. * Added a sample logrotate(5) snippet in 'conf/logrotate-sample'.
		
			
				
	
	
		
			17 lines
		
	
	
		
			303 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			303 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # This is the syslog configuration file for Rivendell.
 | |
| #
 | |
| # After making changes to this file, do:
 | |
| #
 | |
| #     systemctl restart rsyslog
 | |
| #
 | |
| # to make them effective.
 | |
| #
 | |
| 
 | |
| LOCAL7.INFO	/var/log/rivendell/operations
 | |
| 
 | |
| #
 | |
| # Uncomment this line to enable debugging messages
 | |
| #
 | |
| # LOCAL7.DEBUG	/var/log/rivendell/debug
 |