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