We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119874f commit ae151eaCopy full SHA for ae151ea
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