Skip to content

Commit

Permalink
Print logs on ChangeSet exception
Browse files Browse the repository at this point in the history
addresses liquibase#2354
  • Loading branch information
maxencelaurent committed Jan 11, 2022
1 parent 491eead commit 2469427
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -121,6 +121,7 @@ public void run() throws Exception {
}
});
} catch (Exception e) {
log.warning(e.toString());
throw new LiquibaseException(e);
} finally {
databaseChangeLog.setRuntimeEnvironment(null);
Expand Down

0 comments on commit 2469427

Please sign in to comment.