Skip to content

Commit ae17db0

Browse files
authored
fix: prevent xdebug console spam (#37)
1 parent de91c0c commit ae17db0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/laravel/config/php.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ xdebug.mode = debug
1515
xdebug.client_host = host.docker.internal
1616
xdebug.client_port = 9000
1717
xdebug.discover_client_host = no
18+
xdebug.log = /tmp/xdebug.log
19+
xdebug.log_level = 3
1820
xdebug.start_with_request = yes
1921
xdebug.idekey = xdebug
2022
xdebug.max_nesting_level = 256

0 commit comments

Comments
 (0)