[qos-ch/logback-extensions] e1f2ec: Incorrect brige of log messages in JUL to SLF4J pr...

Branch: refs/heads/master Home: https://github.com/qos-ch/logback-extensions Commit: e1f2ec9c8ec05df293562bd8bbfc7c04499c9b98 https://github.com/qos-ch/logback-extensions/commit/e1f2ec9c8ec05df293562bd8... Author: Ricardo Borillo <borillo@gmail.com> Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M spring/src/main/java/ch/qos/logback/ext/spring/web/WebLogbackConfigurer.java Log Message: ----------- Incorrect brige of log messages in JUL to SLF4J projects We have detected that logging from JUL to SLF4J is not working properly in Jersey JAX-RS implementation as described in this reference: http://blog.cn-consult.dk/2009/03/bridging-javautillogging-to-slf4j.html Modified init method in order to remove all previous handlers before installing the JUL to SLF4J one. Commit: 81028aee54ba4a8a4d277c369f870b3495eb65cf https://github.com/qos-ch/logback-extensions/commit/81028aee54ba4a8a4d277c36... Author: Tony Trinh <tony19@gmail.com> Date: 2013-11-11 (Mon, 11 Nov 2013) Changed paths: M spring/src/main/java/ch/qos/logback/ext/spring/web/WebLogbackConfigurer.java Log Message: ----------- Merge pull request #10 from borillo/master Incorrect brige of log messages in JUL to SLF4J projects Compare: https://github.com/qos-ch/logback-extensions/compare/1b13a80fdba5...81028aee...
participants (1)
-
Tony Trinh