github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/containers/ddev-webserver/ddev-webserver-base-files/etc/php/7.0/mods-available/blackfire.ini (about) 1 2 ; priority=90 3 ; ?priority=90 4 [blackfire] 5 extension=blackfire.so 6 blackfire.agent_socket = unix:///var/run/blackfire/agent.sock 7 8 ;Sets fine-grained configuration for Probe. 9 ;This should be left blank in most cases. For most installs, 10 ;the server credentials should only be set in the agent. 11 ;blackfire.server_id = 12 13 ;Sets fine-grained configuration for Probe. 14 ;This should be left blank in most cases. For most installs, 15 ;the server credentials should only be set in the agent. 16 ;blackfire.server_token = 17 ;blackfire.log_level = 3 18 ;blackfire.log_file = /tmp/blackfire.log