1+ [blackfire]
2+ ; On Windows use the following configuration:
3+ ; extension=php_blackfire.dll
4+
5+ ; Sets fine-grained configuration for Probe.
6+ ; This should be left blank in most cases. For most installs,
7+ ; the server credentials should only be set in the agent.
8+ ;blackfire.server_id =
9+
10+ ; Sets fine-grained configuration for Probe.
11+ ; This should be left blank in most cases. For most installs,
12+ ; the server credentials should only be set in the agent.
13+ ;blackfire.server_token =
14+
15+ ; Log verbosity level:
16+ ; 4: debug
17+ ; 3: info
18+ ; 2: warning;
19+ ; 1: error
20+ ;blackfire.log_level = 1
21+
22+ ; Log file (STDERR by default)
23+ ;blackfire.log_file = /tmp/blackfire.log
24+
25+ ; Add the stacktrace to the probe logs when a segmentation fault occurs.
26+ ; Debug option inactive on Windows and Alpine.
27+ ;blackfire.debug.sigsegv_handler = 0
28+
29+ ; Sets the socket where the agent is listening.
30+ ; Possible value can be a unix socket or a TCP address.
31+ ; Defaults values are:
32+ ; - Linux: unix:///var/run/blackfire/agent.sock
33+ ; - macOS amd64: unix:///usr/local/var/run/blackfire-agent.sock
34+ ; - macOS arm64 (M1): unix:///opt/homebrew/var/run/blackfire-agent.sock
35+ ; - Windows: tcp://127.0.0.1:8307
36+ ;blackfire.agent_socket = unix:///var/run/blackfire/agent.sock
37+
38+ ; Enables Blackfire Monitoring
39+ ; Enabled by default since version 1.61.0
40+ ;blackfire.apm_enabled = 1
0 commit comments