zero: add more verbose logging about background control loops

This commit is contained in:
Denis Mishin 2023-12-05 10:48:01 -05:00
parent d2b2ad3250
commit 55cce29741
5 changed files with 57 additions and 17 deletions

View file

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