mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
logging: standardize on hyphens in attribute names (#5577)
This commit is contained in:
parent
e71fca76f2
commit
e1d84a1dde
17 changed files with 99 additions and 99 deletions
|
@ -178,9 +178,9 @@ func (c *service) syncUpdatedBundle(ctx context.Context, key string, cached *Bun
|
|||
|
||||
log.Ctx(ctx).Debug().
|
||||
Str("bundle", key).
|
||||
Strs("record_types", bundleRecordTypes).
|
||||
Strs("record-types", bundleRecordTypes).
|
||||
Str("etag", current.ETag).
|
||||
Str("last_modified", current.LastModified).
|
||||
Str("last-modified", current.LastModified).
|
||||
Interface("metadata", result.Metadata).
|
||||
Msg("bundle synced")
|
||||
|
||||
|
@ -213,9 +213,9 @@ func (c *service) getUpdatedMetadata(ctx context.Context, key string, cached Bun
|
|||
|
||||
log.Ctx(ctx).Debug().
|
||||
Str("bundle", key).
|
||||
Strs("record_types", current.RecordTypes).
|
||||
Strs("record-types", current.RecordTypes).
|
||||
Str("etag", current.ETag).
|
||||
Str("last_modified", current.LastModified).
|
||||
Str("last-modified", current.LastModified).
|
||||
Interface("metadata", result.Metadata).
|
||||
Msg("metadata updated")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue