log bootstrap config path

This commit is contained in:
Kenneth Jenkins 2023-11-15 13:42:49 -08:00
parent 6d46dfc630
commit 928fc12ff3

View file

@ -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