mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-15 07:46:10 +02:00
zero: add more verbose logging about background control loops
This commit is contained in:
parent
d2b2ad3250
commit
55cce29741
5 changed files with 57 additions and 17 deletions
|
@ -170,6 +170,7 @@ func (c *service) syncBundle(ctx context.Context, key string) error {
|
|||
Strs("record_types", bundleRecordTypes).
|
||||
Str("etag", current.ETag).
|
||||
Str("last_modified", current.LastModified).
|
||||
Interface("metadata", result.Metadata).
|
||||
Msg("bundle synced")
|
||||
|
||||
err = c.SetBundleCacheEntry(ctx, key, current)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue