mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 15:00:51 +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
|
@ -106,7 +106,7 @@ func New(ctx context.Context, cfg *config.Config, eventsMgr *events.Manager, opt
|
|||
}
|
||||
|
||||
ctx = log.WithContext(ctx, func(c zerolog.Context) zerolog.Context {
|
||||
return c.Str("service", "databroker").Str("config_source", "bootstrap")
|
||||
return c.Str("service", "databroker").Str("config-source", "bootstrap")
|
||||
})
|
||||
localGRPCConnection, err := grpc.DialContext(
|
||||
ctx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue