{% extends "base.html" %} {% block title %}日志查询 - Squid Manager{% endblock %} {% block content %}
| 时间 | 客户端 | 结果码 | HTTP | 方法 | 大小 | 耗时 | URL | 层级 | Content-Type |
|---|---|---|---|---|---|---|---|---|---|
| {{ e.timestamp.strftime('%Y-%m-%d %H:%M:%S') if e.timestamp else e.time }} | {{ e.client }} | {{ e.result_code }} | {{ e.http_code or '-' }} | {{ e.method }} | {{ format_bytes(e.size) }} | {{ format_duration(e.elapsed_ms) }} | {{ e.url }} | {{ e.hier_code }}{% if e.peer %}{% endif %} |
{{ e.content_type }} |
未找到匹配的日志