Hi everyone,<br><br>I&#39;ve just switched to using logback for a project, that was using slf4j and jdk logging, but it&#39;s gotten a bit big for that. So far logback has been mostly great, except for a couple of small things. However, one major problem has recently come up, and I was hoping someone could help me.
<br><br>I&#39;m using a few rolling file appenders, and everything works fine for a couple of days. However, after that, the current day&#39;s log seems to only keep the last line. Every time i &#39;more&#39; the log, or something, it only has the most recent message, and if i run something like tail -f, it shows one line, and then never updates. The strangest part though, is that when it does eventually roll over, the backed up file (which seems to be called 
whatever-1970-01-01.log, but that&#39;s another issue :P ) seems to be complete. But that doesn&#39;t really help when you&#39;re trying to debug an issue in a live, running system.<br><br>Thanks for the great product again, I just hope we can sort this out, so I can keep using it.
<br>Nick<br>