Re-added context information to log list

Fixes #7679
This commit is contained in:
Michel Weimerskirch 2013-04-23 01:34:07 +03:00 committed by Fabien Potencier
parent a8af3e2c18
commit 9e49bc83a5

View File

@ -117,5 +117,11 @@
{% endfor %}
{% else %}
{{ log.priorityName }} - {{ log.message }}
{% if log.context is defined and log.context is not empty %}
<br />
<small>
<strong>Context</strong>: {{ log.context|json_encode(64 b-or 256) }}
</small>
{% endif %}
{% endif %}
{% endmacro %}