jetty.project/jetty-slf4j-impl
Joakim Erdfelt fc722bff22
Issue #4620 - support alt PrintStream in StdErrAppender properly
+ The console-capture jetty module will reset System.err to
  RollingFileOutputStream.  But that's too late, as StdErrAppender
  has already grabbed and is holding onto the System.err from
  earlier, which means it is not writing to the new System.err.

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-03-21 13:51:42 -05:00
..
src Issue #4620 - support alt PrintStream in StdErrAppender properly 2020-03-21 13:51:42 -05:00
pom.xml Issue #4572 - Mechanical Change to use org.slf4j 2020-03-16 15:48:25 -05:00