Document valid log levels

Also change the order as the level seems more important than the format.
This commit is contained in:
Florian Preinstorfer 2025-07-21 14:28:07 +02:00 committed by nblock
parent 98fc0563ac
commit c04e17d82e

View File

@ -225,9 +225,11 @@ tls_cert_path: ""
tls_key_path: "" tls_key_path: ""
log: log:
# Valid log levels: panic, fatal, error, warn, info, debug, trace
level: info
# Output formatting for logs: text or json # Output formatting for logs: text or json
format: text format: text
level: info
## Policy ## Policy
# headscale supports Tailscale's ACL policies. # headscale supports Tailscale's ACL policies.