KEYCLOAK-14732 Startup errors should log the stacktrace
This commit is contained in:
parent
7d77969617
commit
1c7ad83f90
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class WildflyPlatform implements PlatformProvider {
|
|||
|
||||
@Override
|
||||
public void exit(Throwable cause) {
|
||||
ServicesLogger.LOGGER.fatal(cause);
|
||||
ServicesLogger.LOGGER.fatal("Error during startup", cause);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue