User Guide / Features

The Logs page in full: levels and common messages decoded

Features · Updated 2025-09-17 · ~2 min read

The Logs page streams the core's log. The profile's log-level field controls verbosity: silent, error, warning, info (default — logs every connection), debug (most verbose, for tough cases).

Common lines decoded

Recommended workflow: temporarily set log-level to debug (a Mixin override works), reproduce the issue once, then search the log for the target domain and see where it failed — DNS, rule matching, or the node connection. Switch back to info afterwards; debug output is heavy.