mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 02:42:56 +00:00 
			
		
		
		
	Run Python in unbuffered mode
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
[program:event_handler_main]
 | 
			
		||||
user=root
 | 
			
		||||
directory=%(ENV_TFW_EHMAIN_DIR)s
 | 
			
		||||
command=python3 event_handler_main.py
 | 
			
		||||
command=python3 -u event_handler_main.py
 | 
			
		||||
 | 
			
		||||
[supervisord]
 | 
			
		||||
strip_ansi=false
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
[program:pipe_io_main]
 | 
			
		||||
user=root
 | 
			
		||||
directory=%(ENV_TFW_EHMAIN_DIR)s
 | 
			
		||||
command=python3 pipe_io_main.py
 | 
			
		||||
command=python3 -u pipe_io_main.py
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user