Quantstrip docs
Open Dashboard
Logging page showing filtered log lines with client and level dropdowns
assets/screenshots/logging_viewer.png Screenshot not yet added — drop the file above into docs/assets/screenshots/ and it will appear here automatically.
Logging — filtered log viewer

Log files

The "log file" dropdown lists files under the app's Data\logs\ folder. This is not one file per client — it's one file per service/log stream (e.g. service.log). Web-server logs are hidden by default behind a "Web server logs" checkbox.

Client and level filters

Within a loaded file, log lines are parsed as DATETIME - LEVEL - CLIENT - ... - MESSAGE. The Client dropdown is populated from client names present in the currently loaded file. Traceback lines that continue a structured line inherit that line's filter state, preventing a level filter from splitting a multi-line traceback. Recognized levels: DEBUG, INFO, WARNING, ERROR, CRITICAL.

No auto-refresh or tailing. The view loads once per filter change, or when the refresh button is clicked.