mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	puppet: Rename logfile for deliver_scheduled_messages to be consistent.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							ef6d0ec5ca
						
					
				
				
					commit
					343a1396af
				
			@@ -23,7 +23,7 @@ stopsignal=TERM                ; signal used to kill process (default TERM)
 | 
				
			|||||||
topwaitsecs=30                ; max num secs to wait b4 SIGKILL (default 10)
 | 
					topwaitsecs=30                ; max num secs to wait b4 SIGKILL (default 10)
 | 
				
			||||||
user=zulip                    ; setuid to this UNIX account to run the program
 | 
					user=zulip                    ; setuid to this UNIX account to run the program
 | 
				
			||||||
redirect_stderr=true           ; redirect proc stderr to stdout (default false)
 | 
					redirect_stderr=true           ; redirect proc stderr to stdout (default false)
 | 
				
			||||||
stdout_logfile=/var/log/zulip/events_scheduled_message_deliverer.log         ; stdout log path, NONE for none; default AUTO
 | 
					stdout_logfile=/var/log/zulip/events_deliver_scheduled_messages.log         ; stdout log path, NONE for none; default AUTO
 | 
				
			||||||
stdout_logfile_maxbytes=20MB   ; max # logfile bytes b4 rotation (default 50MB)
 | 
					stdout_logfile_maxbytes=20MB   ; max # logfile bytes b4 rotation (default 50MB)
 | 
				
			||||||
stdout_logfile_backups=3     ; # of stdout logfile backups (default 10)
 | 
					stdout_logfile_backups=3     ; # of stdout logfile backups (default 10)
 | 
				
			||||||
directory=/home/zulip/deployments/current/
 | 
					directory=/home/zulip/deployments/current/
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user