mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-09 06:12:42 +02:00
update a few more log event property names
This commit is contained in:
parent
4842e696cf
commit
a80936361e
7 changed files with 12 additions and 12 deletions
|
@ -163,7 +163,7 @@ func NewFileOrEnvironmentSource(
|
|||
|
||||
func (src *FileOrEnvironmentSource) check(ctx context.Context) {
|
||||
ctx = log.WithContext(ctx, func(c zerolog.Context) zerolog.Context {
|
||||
return c.Str("config_change_id", uuid.New().String())
|
||||
return c.Str("config-change-id", uuid.New().String())
|
||||
})
|
||||
src.mu.Lock()
|
||||
cfg := src.config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue