You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DependencyInjection/Configuration.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -105,9 +105,8 @@ public function getConfigTreeBuilder()
105
105
->defaultValue($this->debug)
106
106
->end()
107
107
->scalarNode('formatter')->defaultNull()->end()
108
-
->scalarNode('captured_body_length')
108
+
->integerNode('captured_body_length')
109
109
->defaultValue(0)
110
-
->canNotBeEmpty()
111
110
->info('Limit long HTTP message bodies to x characters. If set to 0 we do not read the message body. Only available with the default formatter (FullHttpMessageFormatter).')
0 commit comments