From 58e240db787af75cb5975d8b8df8b13eaee3d74c Mon Sep 17 00:00:00 2001 From: Bani Singh Date: Thu, 4 Jul 2024 17:20:41 +0000 Subject: [PATCH] Improve credshelper logging Bug: b/327195380 Test: N/A Change-Id: I42766b4488f2bb6dd8e714cf4a005d6a36d5468a GitOrigin-RevId: 0a83534ca6407e65d05cf2a78498f9eb5e52a5a1 --- internal/pkg/collectlogfiles/collectlogfiles.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/pkg/collectlogfiles/collectlogfiles.go b/internal/pkg/collectlogfiles/collectlogfiles.go index d24846ff..25b628e3 100644 --- a/internal/pkg/collectlogfiles/collectlogfiles.go +++ b/internal/pkg/collectlogfiles/collectlogfiles.go @@ -47,6 +47,7 @@ var ( "build.trace.gz", }, glogGlobs( "bootstrap", + "credshelper", "reproxy", "rewrapper", "scandeps_server",