remove setting remote_log
This commit is contained in:
parent
f01cab7742
commit
4893347980
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue