Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fedbc3f

Browse filesBrowse 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
Copy full SHA for fedbc3f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
  • src/Symfony/Bundle/WebProfilerBundle/Resources/config
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.xml
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.