remove setting remote_log

This commit is contained in:
mouyong 2019-08-09 09:14:10 +08:00
parent f01cab7742
commit 4893347980
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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