Skip to content

Commit d2804dc

Browse files
committed
Merge branch '1.2.x'
2 parents 0f62f05 + ffcc854 commit d2804dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-actuator/src/main/java/org/springframework/boot/actuate/system/ApplicationPidFileWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public void onApplicationEvent(SpringApplicationEvent event) {
108108
writePidFile(event);
109109
}
110110
catch (Exception ex) {
111-
logger.warn(String.format("Cannot create pid file %s", this.file));
111+
logger.warn(String.format("Cannot create pid file %s", this.file), ex);
112112
}
113113
}
114114
}

0 commit comments

Comments
 (0)