logging: standardize on kebab-case for attributes

This commit is contained in:
Kenneth Jenkins 2025-04-17 17:06:05 -07:00
parent a10b505386
commit 4842e696cf
12 changed files with 87 additions and 87 deletions

View file

@ -280,7 +280,7 @@ func (src *ConfigSource) runUpdater(ctx context.Context, cfg *config.Config) {
databroker.WithFastForward())
go func() {
log.Ctx(ctx).Debug().
Str("outbound_port", cfg.OutboundPort).
Str("outbound-port", cfg.OutboundPort).
Msg("config: starting databroker config source syncer")
_ = syncer.Run(ctx)
}()