File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Symfony Bundle
3
3
4
4
This bundle integrates HTTPlug with the Symfony framework. The bundle helps to
5
5
register services for all your clients and makes sure all the configuration is
6
- in one place. The bundle also features a toolbar plugin with information about
6
+ in one place. The bundle also features a profiling plugin with information about
7
7
your requests.
8
8
9
9
This guide explains how to configure HTTPlug in the Symfony framework. See the
@@ -87,16 +87,16 @@ reasons. Turn this on by changing the ``captured_body_length`` configuration.
87
87
.. code-block :: yaml
88
88
89
89
httplug :
90
- toolbar :
90
+ profiling :
91
91
captured_body_length : 1000 # Capture the first 1000 chars of the HTTP body
92
92
93
- The toolbar is automatically turned off when ``kernel.debug = false ``. You can
94
- also disable the toolbar by configuration.
93
+ The profiling is automatically turned off when ``kernel.debug = false ``. You can
94
+ also disable the profiling by configuration.
95
95
96
96
.. code-block :: yaml
97
97
98
98
httplug :
99
- toolbar : false
99
+ profiling : false
100
100
101
101
You can configure the bundle to show debug information for clients found with
102
102
discovery. You may also force a specific client to be found when a third party
You can’t perform that action at this time.
0 commit comments