Search code examples
javaunixlogbacktail

On AIX, doing a tail -f stop logback to log message on a file


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


Solution

  • I have solved the issue... i forgot to put the append property...