I am using logback in a web application deployed on weblogic Logback is working well and produce an output file but each time i try to do a tail -f on this file, no more entry are written in the file... I have try to set the prudent mode but this has not solved the issue
I have solved the issue... i forgot to put the append property...