Skip to content

Commit

Permalink
Do not redact URI in one place
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Oct 10, 2024
1 parent 8fe4f00 commit 4799e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dance/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func main() {
log.Fatal(err)
}

log.Printf("Waiting for port %d for %s / %s to be up...", port, db, u.Redacted())
log.Printf("Waiting for port %d for %s / %s to be up...", port, db, uri)

if err = waitForPort(ctx, port); err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 4799e1b

Please sign in to comment.