Skip to content

Commit

Permalink
Remove chatty log on db migrations (MarquezProject#2594)
Browse files Browse the repository at this point in the history
Signed-off-by: wslulciuc <[email protected]>
  • Loading branch information
wslulciuc authored Aug 15, 2023
1 parent f9c6118 commit 0241601
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/main/java/marquez/db/DbMigration.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public static void migrateDbOrError(
log.info(
"Successfully applied '{}' migrations to database.", migrateResult.migrationsExecuted);
} catch (FlywayException errorOnDbMigrate) {
log.error("Failed to apply migration to database.", errorOnDbMigrate);
try {
log.info("Repairing failed database migration...");
flyway.repair();
Expand Down

0 comments on commit 0241601

Please sign in to comment.