Skip to content

Commit

Permalink
fix: don't strip strace on start failures
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel committed May 31, 2023
1 parent 9aaa021 commit 20e0ee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public static void run(Application application, Class<? extends QuarkusApplicati
System.err.println(rootCause.getMessage());
} else {
// If it is not a ConfigurationException it should be safe to call ConfigProvider.getConfig here
applicationLogger.errorv(rootCause, "Failed to start application (with profile {0})",
applicationLogger.errorv(e, "Failed to start application (with profile {0})",
ConfigUtils.getProfiles());
ensureConsoleLogsDrained();
}
Expand Down

0 comments on commit 20e0ee0

Please sign in to comment.