Merge branch '1.2.x'
This commit is contained in:
commit
d2804dcf8c
|
|
@ -108,7 +108,7 @@ public class ApplicationPidFileWriter implements
|
|||
writePidFile(event);
|
||||
}
|
||||
catch (Exception ex) {
|
||||
logger.warn(String.format("Cannot create pid file %s", this.file));
|
||||
logger.warn(String.format("Cannot create pid file %s", this.file), ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue