logpolicy: rename target env var to TS_LOG_TARGET (#1267)

Signed-Off-By: Christine Dodrill <xe@tailscale.com>
pull/1255/head
Christine Dodrill 3 years ago committed by GitHub
parent f7eed25bb9
commit 2f0cb98e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -388,7 +388,7 @@ func New(collection string) *Policy {
HTTPC: &http.Client{Transport: newLogtailTransport(logtail.DefaultHost)},
}
if val, ok := os.LookupEnv("TAILSCALE_LOG_TARGET"); ok {
if val, ok := os.LookupEnv("TS_LOG_TARGET"); ok {
log.Println("You have enabled a non-default log target. Doing without being told to by Tailscale staff or your network administrator will make getting support difficult.")
c.BaseURL = val
u, _ := url.Parse(val)

Loading…
Cancel
Save