Hi! I used the jul-to-slf4j.jar to redirect JUL logging to SLF4J. It works, but I see duplicate output: - the original JUL output is still visible - the slf4j output (by output I mean text appearing on System.err) Is this normal behavior? Regards, David Balažic