Skip to content

Commit

Permalink
Merge pull request #149 from alcarraz/full-stack-trace-on-flyway-exce…
Browse files Browse the repository at this point in the history
…ption

Show full stack trace on FlywayService initService exception
  • Loading branch information
ar authored Apr 14, 2020
2 parents a46ea84 + 8648f07 commit bd54fef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ protected void initService() {
}
}
} catch (Exception e) {
getLog().error(e.getMessage());
getLog().error(e);
}
}

Expand Down

0 comments on commit bd54fef

Please sign in to comment.