Wire up setting to enable/disable logtail
This commit is contained in:
parent
405de9e0f8
commit
a0c465c2eb
3 changed files with 28 additions and 0 deletions
|
@ -235,3 +235,12 @@ unix_socket_permission: "0770"
|
|||
# namespace: `first-name.last-name.example.com`
|
||||
#
|
||||
# strip_email_domain: true
|
||||
|
||||
# Logtail configuration
|
||||
# Logtail is Tailscales logging and auditing infrastructure, it allows the control panel
|
||||
# to instruct tailscale nodes to log their activity to a remote server.
|
||||
logtail:
|
||||
# Enable logtail for this headscales clients.
|
||||
# As there is currently no support for overriding the log server in headscale, this is
|
||||
# disabled by default. Enabling this will make your clients send logs to Tailscale Inc.
|
||||
enabled: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue