From 9a9b2018c047f02d8a502a483b88cfb80443be81 Mon Sep 17 00:00:00 2001 From: Andrew Dunham Date: Fri, 3 May 2024 10:26:51 -0400 Subject: [PATCH] tstest/integration: enable debug logs DO NOT MERGE Signed-off-by: Andrew Dunham Change-Id: I6fbdaf0534ba3e6008ce85d9a0ea14a06479958f --- tstest/integration/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tstest/integration/integration_test.go b/tstest/integration/integration_test.go index 41c04fce2..fe266fa4d 100644 --- a/tstest/integration/integration_test.go +++ b/tstest/integration/integration_test.go @@ -50,7 +50,7 @@ import ( ) var ( - verboseTailscaled = flag.Bool("verbose-tailscaled", false, "verbose tailscaled logging") + verboseTailscaled = flag.Bool("verbose-tailscaled", true, "verbose tailscaled logging") verboseTailscale = flag.Bool("verbose-tailscale", false, "verbose tailscale CLI logging") )