{% extends 'base.html' %} {% load static %} {% block content %}
BACK
Time
{{ log.timestamp }} ({{ log.timestamp|timesince }} ago)
Hostname
{{ log.hostname }}
Method
{{ log.method }}
Controller Action
{% for tag in tags %}
{{ tag }}
{% endfor %}
Middleware
{{ log.middleware }}
Path
{{ log.path }}
Status
{{ log.status_code }}
Duration
{{ log.duration }} ms
IP Address
{{ log.ip_address }}
Memory Usage
{{ log.memory_usage }}
{% for tag in tags %} {{ tag }} {% endfor %}
Payload
Headers
Session
Response
{{ log.session_data|safe }}
{% endblock %}