
Branch: refs/heads/master Home: https://github.com/qos-ch/logback Commit: a24b4232783934cf51bb33f9869bfbbe6a88be8a https://github.com/qos-ch/logback/commit/a24b4232783934cf51bb33f9869bfbbe6a8... Author: Tim Clemons <tim.clemons@base2s.com> Date: 2013-04-18 (Thu, 18 Apr 2013) Changed paths: M logback-core/src/main/java/ch/qos/logback/core/util/ContextUtil.java Log Message: ----------- Attempt to recover from an UnknownHostException. If getLocalHost() throws an exception, attempt to provide the IP address instead. This is useful on those systems without a hostname explicitly defined. Commit: 65d7af381b992a78271e3ed7a9448493b20c47d9 https://github.com/qos-ch/logback/commit/65d7af381b992a78271e3ed7a9448493b20... Author: Tim Clemons <tim.clemons@base2s.com> Date: 2013-04-18 (Thu, 18 Apr 2013) Changed paths: M logback-core/src/main/java/ch/qos/logback/core/util/ContextUtil.java Log Message: ----------- Loop through all network interfaces to find an acceptable ip address. Commit: 0a5506c53d9515f0491bb97fa87abc1163b58d6b https://github.com/qos-ch/logback/commit/0a5506c53d9515f0491bb97fa87abc1163b... Author: Tim Clemons <tim.clemons@base2s.com> Date: 2013-04-18 (Thu, 18 Apr 2013) Changed paths: M logback-core/src/main/java/ch/qos/logback/core/util/ContextUtil.java Log Message: ----------- Check for null prior to accessing inetAddress. Commit: c1e31a89c0380af3883547f5da7799b8157512eb https://github.com/qos-ch/logback/commit/c1e31a89c0380af3883547f5da7799b8157... Author: Carl Harris <ceharris@vt.edu> Date: 2013-04-18 (Thu, 18 Apr 2013) Changed paths: M logback-core/src/main/java/ch/qos/logback/core/util/ContextUtil.java Log Message: ----------- LOGBACK-749: combined pull requests from @valodzka and @timclemons This should resolve LOGBACK-749. Compare: https://github.com/qos-ch/logback/compare/97922ee9bd09...c1e31a89c038