Skip to content

Commit 884d922

Browse files
committed
Avoid redacted
1 parent 12a62d1 commit 884d922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/service-waiter/cmd/database.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ DB_CA_CERT and DB_USER(=gitpod)`,
8383
Timestamp: viper.GetString("migration-timestamp"),
8484
}
8585

86-
log.WithField("timeout", timeout.String()).WithField("dsn", censoredDSN).WithField("migration", migration).Info("waiting for database")
86+
log.WithField("timeout", timeout.String()).WithField("dsn", censoredDSN).WithField("migrationName", migration.Name).WithField("migrationTimestamp", migration.Timestamp).Info("waiting for database")
8787
for {
8888
log.Info("attempting to check if database is available")
8989
if err := checkDbAvailable(ctx, cfg, &migration); err != nil {

0 commit comments

Comments
 (0)