mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-12 15:52:53 +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
|
@ -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)
|
||||
}()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue