{% extends "markettracker/base.html" %} {% load humanize %} {% block title %}Diagnostics{% endblock %} {% block content %}
| Source | Event | Count |
|---|---|---|
{{ row.source }} |
{{ row.event }} |
{{ row.cnt }} |
| No events in last 24h. | ||
| Time | Lvl | Source | Event | Message | Data |
|---|---|---|---|---|---|
{{ l.created|date:"Y-m-d H:i:s" }} |
{{ l.level }} | {{ l.source }} |
{{ l.event }} |
{{ l.message|default:"" }} |
{% if l.data %}
show{{ l.data|pprint }}
|
| No errors in this window. | |||||
| Time | Lvl | Source | Event | Message | Data |
|---|---|---|---|---|---|
{{ l.created|date:"Y-m-d H:i:s" }} |
{% if l.level == "ERROR" %} {{ l.level }} {% elif l.level == "WARN" %} {{ l.level }} {% else %} {{ l.level }} {% endif %} | {{ l.source }} |
{{ l.event }} |
{{ l.message|default:"" }} |
{% if l.data %}
show{{ l.data|pprint }}
|
| No key events in this window. | |||||
| Title filter / Fitting | Mode | Desired | Last status | Max price | Active |
|---|---|---|---|---|---|
|
{% if tc.fitting %}{{ tc.fitting }}{% else %}{{ tc.title_filter }}{% endif %}
{% if tc.fitting and tc.title_filter %}
title_filter: {{ tc.title_filter }}
{% endif %}
|
{{ tc.mode|default:"—" }} |
{{ tc.desired_quantity|default:"—" }} | {% if tc.last_status == "RED" %} {{ tc.last_status }} {% elif tc.last_status == "YELLOW" %} {{ tc.last_status }} {% elif tc.last_status == "OK" %} {{ tc.last_status }} {% else %} {{ tc.last_status|default:"—" }} {% endif %} | {{ tc.max_price|default:"—" }} |
{% if tc.is_active %} yes {% else %} no {% endif %} |
| No TrackedContract rows. | |||||
| Contract ID | Owner char | Status | Issued | Title | Items? |
|---|---|---|---|---|---|
{{ s.contract_id }} |
{{ s.owner_character_id|default:"—" }} |
{{ s.status|default:"—" }} |
{{ s.date_issued|date:"Y-m-d H:i:s" }} |
{{ s.title|default:"" }} | {% if s.items %} yes {% else %} no {% endif %} |
| No ContractSnapshot rows. | |||||
| Time | Lvl | Source | Event | Message | Data |
|---|---|---|---|---|---|
{{ l.created|date:"Y-m-d H:i:s" }} |
{% if l.level == "ERROR" %} {{ l.level }} {% elif l.level == "WARN" %} {{ l.level }} {% else %} {{ l.level }} {% endif %} | {{ l.source }} |
{{ l.event }} |
{{ l.message|default:"" }} |
{% if l.data %}
show{{ l.data|pprint }}
|
| No logs in this window. | |||||