While developing #580, I've found sbt 1.3.0 is not cleaning up log handlers registered in java.util.logging. If project classes in wvlet.log is used in a handler, java.util.logging fails to read such classes after discarding the previous class loader.
As a workaround, we always need to clean-up log handlers registered to java.util.logging.
While developing #580, I've found sbt 1.3.0 is not cleaning up log handlers registered in java.util.logging. If project classes in wvlet.log is used in a handler, java.util.logging fails to read such classes after discarding the previous class loader.
As a workaround, we always need to clean-up log handlers registered to java.util.logging.