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
1 changed files with 3 additions and 1 deletions
|
|
@ -225,9 +225,11 @@ tls_cert_path: ""
|
|||
tls_key_path: ""
|
||||
|
||||
log:
|
||||
# Valid log levels: panic, fatal, error, warn, info, debug, trace
|
||||
level: info
|
||||
|
||||
# Output formatting for logs: text or json
|
||||
format: text
|
||||
level: info
|
||||
|
||||
## Policy
|
||||
# headscale supports Tailscale's ACL policies.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue