mirror of
https://github.com/juanfont/headscale.git
synced 2025-07-29 11:33:50 +00:00
Document valid log levels
Also change the order as the level seems more important than the format.
This commit is contained in:
parent
98fc0563ac
commit
c04e17d82e
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user