{% extends "base.html" %} {% block title %}AtlasServer - {{ application.name }}{% endblock %} {% block header_title %}Application Details{% endblock %} {% block content %}
Date | Level | Message |
---|---|---|
{{ log.timestamp.strftime('%d/%m/%Y %H:%M:%S') }} | {% if log.level == "info" %} INFO {% elif log.level == "warning" %} WARN {% elif log.level == "error" %} ERROR {% else %} {{ log.level }} {% endif %} | {{ log.message }} |
Events will appear here when you start the application