While testing I ran into a problem with TimeBasedRollingTest. It got an EOFException. I couldn't reproduce it by running the test individually, but while doing that I noticed that the test is creating files in src/test/output. Why is it doing that? That is very bad form, especially since the files are not deleted by doing a mvn clean. These should be somewhere under the target directory.
Ralph _______________________________________________ logback-dev mailing list [email protected] http://qos.ch/mailman/listinfo/logback-dev
