remove setting remote_log
This commit is contained in:
		@@ -6,14 +6,13 @@ xdebug.remote_port=9000
 | 
			
		||||
xdebug.idekey=PHPSTORM
 | 
			
		||||
 | 
			
		||||
xdebug.remote_autostart=0
 | 
			
		||||
xdebug.remote_enable=0
 | 
			
		||||
xdebug.remote_enable=1
 | 
			
		||||
xdebug.cli_color=1
 | 
			
		||||
xdebug.profiler_enable=0
 | 
			
		||||
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
 | 
			
		||||
 | 
			
		||||
xdebug.remote_handler=dbgp
 | 
			
		||||
xdebug.remote_mode=req
 | 
			
		||||
xdebug.remote_log=/var/log/php/xdebug_remote.log
 | 
			
		||||
 | 
			
		||||
xdebug.auto_trace = 1
 | 
			
		||||
xdebug.collect_params = 1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user