mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-04 18:38:12 +02:00
log bootstrap config path
This commit is contained in:
parent
6d46dfc630
commit
928fc12ff3
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue