mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-13 00:04:31 +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
|
@ -27,8 +27,8 @@ func WaitStartupComplete(env testenv.Environment, timeout ...time.Duration) time
|
|||
ctx, ca := context.WithTimeout(env.Context(), timeout[0])
|
||||
defer ca()
|
||||
recorder.WaitForMatch(map[string]any{
|
||||
"syncer_id": "databroker",
|
||||
"syncer_type": "type.googleapis.com/pomerium.config.Config",
|
||||
"syncer-id": "databroker",
|
||||
"syncer-type": "type.googleapis.com/pomerium.config.Config",
|
||||
"message": "listening for updates",
|
||||
}, timeout...)
|
||||
cc, err := grpc.Dial(env.DatabrokerURL().Value(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue