Log Dashboard
Simple Flask + Bootstrap dashboard for XML logs.
Install (local)
pip install -e .
Run
dashboard run
Open http://localhost:5000
Log format
<log>
<entry>
<timestamp>2026-03-07T08:12:05Z</timestamp>
<level>INFO</level>
<source>scheduler</source>
<message>Job queue started</message>
</entry>
</log>
You can load a different file by appending ?log=other.xml or ?log=/abs/path/log.xml.
Publish to PyPI (when ready)
python -m build
python -m twine upload dist/*
Release files for fenn-dashboard 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fenn_dashboard-0.0.1.tar.gz | 5.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fenn_dashboard-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.7 kB
Release files / fenn_dashboard-0.0.1.tar.gz
| Download URL | fenn_dashboard-0.0.1.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7766ab3884af8826bf163ba4e488c64b8e328f9ab5aad43f2ade33608e73e80d
|
|
BLAKE2b-256 checksum How to use checksums |
145cfbb3ef73505d485716f83a0d43949bfc52248918d29c9f7055ad2633e720
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.14
|
Release files / fenn_dashboard-0.0.1-py3-none-any.whl
| Download URL | fenn_dashboard-0.0.1-py3-none-any.whl |
|---|---|
| Size | 6.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f9c6642f832970a36b60f86e3424a47df6eb5fe068badf2616bc3ef37430ab9e
|
|
BLAKE2b-256 checksum How to use checksums |
369ca8f47888fd7d875d657d0fd73630aa059eca53a4a20971295d4a18dcf49b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.14
|