Skip to content

Commit

Permalink
chore(jans-auth-server): when configuration load is failed print full…
Browse files Browse the repository at this point in the history
… stack trace #2587 (#2588)

docs: no docs
  • Loading branch information
yuriyz committed Oct 11, 2022
1 parent f11f789 commit 529745d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ private io.jans.as.model.config.Conf loadConfigurationFromPersistence(String...
if (!dn.contains("_test")) {
ex.printStackTrace();
}
log.error(ex.getMessage());
log.error(ex.getMessage(), ex);
}

return null;
Expand Down

0 comments on commit 529745d

Please sign in to comment.