Skip to content

Commit 4893347

Browse files
author
mouyong
committed
remove setting remote_log
1 parent f01cab7 commit 4893347

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

php-fpm/xdebug.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ xdebug.remote_port=9000
66
xdebug.idekey=PHPSTORM
77

88
xdebug.remote_autostart=0
9-
xdebug.remote_enable=0
9+
xdebug.remote_enable=1
1010
xdebug.cli_color=1
1111
xdebug.profiler_enable=0
1212
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
1313

1414
xdebug.remote_handler=dbgp
1515
xdebug.remote_mode=req
16-
xdebug.remote_log=/var/log/php/xdebug_remote.log
1716

1817
xdebug.auto_trace = 1
1918
xdebug.collect_params = 1

workspace/xdebug.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ xdebug.remote_port=9000
66
xdebug.idekey=PHPSTORM
77

88
xdebug.remote_autostart=0
9-
xdebug.remote_enable=0
9+
xdebug.remote_enable=1
1010
xdebug.cli_color=1
1111
xdebug.profiler_enable=0
1212
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
1313

1414
xdebug.remote_handler=dbgp
1515
xdebug.remote_mode=req
16-
xdebug.remote_log=/var/log/php/xdebug_remote.log
1716

1817
xdebug.auto_trace = 1
1918
xdebug.collect_params = 1

0 commit comments

Comments
 (0)