update a few more log event property names

This commit is contained in:
Kenneth Jenkins 2025-04-22 10:16:17 -07:00
parent 4842e696cf
commit a80936361e
7 changed files with 12 additions and 12 deletions

View file

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