We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 226a89e + ae151ea commit 1258e75Copy full SHA for 1258e75
debug_toolbar/templates/debug_toolbar/panels/logger.html
@@ -16,7 +16,7 @@
16
<td>{{ record.level }}</td>
17
<td>{{ record.time|date:"h:i:s m/d/Y" }}</td>
18
<td>{{ record.channel|default:"-" }}</td>
19
- <td>{{ record.message }}</td>
+ <td>{{ record.message|linebreaksbr }}</td>
20
<td>{{ record.file }}:{{ record.line }}</td>
21
</tr>
22
{% endfor %}
0 commit comments