Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fedbc3f

Browse files
minor #20380 Don't trim long strings in the profiler logs (javiereguiluz)
This PR was merged into the 3.2-dev branch. Discussion ---------- Don't trim long strings in the profiler logs | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #20371 | License | MIT | Doc PR | - Commits ------- 7a17080 Don't trim long strings in the profiler logs
2 parents abec679 + 7a17080 commit fedbc3f

File tree

1 file changed

+1
-0
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/config

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<argument type="constant">Symfony\Component\VarDumper\Dumper\HtmlDumper::DUMP_LIGHT_ARRAY</argument>
4343
<call method="setDisplayOptions">
4444
<argument type="collection">
45+
<argument key="maxStringLength">4096</argument>
4546
<argument key="fileLinkFormat" type="service" id="debug.file_link_formatter"></argument>
4647
</argument>
4748
</call>

0 commit comments

Comments
 (0)