10000 Fix log message formatting in exception views · symfony/symfony@0f9660b · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f9660b

Browse files
committed
Fix log message formatting in exception views
1 parent 9fdd36f commit 0f9660b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/Resources/views/Exception/logs.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{{ log.channel }}
2222
</td>
2323
{% endif %}
24-
<td>{{ log.message }}</td>
24+
< 46DC td>{{ log.message|format_log_message(log.context) }}</td>
2525
</tr>
2626
{% endfor %}
2727
</tbody>

0 commit comments

Comments
 (0)
0