Skip to content

Commit 869d579

Browse files
authored
add profiler settings
1 parent ed883a6 commit 869d579

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

xdebug.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ xdebug.mode = debug
22
xdebug.client_host = host.docker.internal
33
xdebug.start_with_request = trigger
44
xdebug.log = /dev/stdout
5+
xdebug.output_dir = /var/www/logs
6+
xdebug.use_compression = false
7+
8+
# remember to restart the webserver after making changes!

0 commit comments

Comments
 (0)