diff --git a/spring-cloud-release-tools-spring/src/main/java/org/springframework/cloud/release/internal/ReleaserApplication.java b/spring-cloud-release-tools-spring/src/main/java/org/springframework/cloud/release/internal/ReleaserApplication.java index ab18c3a3..0eae8b2e 100644 --- a/spring-cloud-release-tools-spring/src/main/java/org/springframework/cloud/release/internal/ReleaserApplication.java +++ b/spring-cloud-release-tools-spring/src/main/java/org/springframework/cloud/release/internal/ReleaserApplication.java @@ -64,6 +64,7 @@ public class ReleaserApplication implements CommandLineRunner { application.run(args); } catch (MakeBuildUnstableException ex) { + log.error("[BUILD UNSTABLE] The following exceptions took place in the post release process", ex); log.error( "[BUILD UNSTABLE] The release happened successfully, but there were post release issues"); log.error("[BUILD UNSTABLE] An exception that should make "