8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ed129 commit 091f4f4Copy full SHA for 091f4f4
integrations/symfony-bundle.rst
@@ -106,6 +106,14 @@ reasons. Turn this on by changing the ``captured_body_length`` configuration.
106
profiling:
107
captured_body_length: 1000 # Capture the first 1000 chars of the HTTP body
108
109
+You can set ``captured_body_length`` to ``null`` to avoid body limitation size.
110
+
111
+.. code-block:: yaml
112
113
+ httplug:
114
+ profiling:
115
+ captured_body_length: ~ # Avoid truncation of body content
116
117
The profiling is automatically turned off when ``kernel.debug = false``. You can
118
also disable the profiling by configuration.
119
0 commit comments