From 928fc12ff3d476ccf99d8b0250d1d56c11b7ee9e Mon Sep 17 00:00:00 2001 From: Kenneth Jenkins <51246568+kenjenkins@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:42:49 -0800 Subject: [PATCH] log bootstrap config path --- internal/zero/bootstrap/bootstrap.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/zero/bootstrap/bootstrap.go b/internal/zero/bootstrap/bootstrap.go index ddea80c3d..fe3409d7f 100644 --- a/internal/zero/bootstrap/bootstrap.go +++ b/internal/zero/bootstrap/bootstrap.go @@ -39,6 +39,9 @@ func (svc *Source) Run( api *sdk.API, fileCachePath string, ) error { + log.Ctx(ctx).Info().Str("bootstrap-config-path", fileCachePath). + Msg("initializing bootstrap config source") + svc.api = api svc.fileCachePath = fileCachePath