{% extends sitebase.html %} {% block head %} {% from qiita_db.study import StudyPerson %} {% from future.utils import viewitems %} {% end %} {% block content %} {% if logentries %}
Time | Severity | Message | Other Info |
---|---|---|---|
{{error.time}} | {{error.severity}} | {% raw error.msg.replace("\n", " ") %} |
{% for entry in error.info %}
{% for field, val in viewitems(entry) %}
{{field}}: {{val}} {% end %} {% end %} |
This means that the system currently has no errors logged.