<div class="gmail_quote">On Fri, Aug 24, 2012 at 6:52 AM, Oliver Zemann <span dir="ltr"><<a href="mailto:oliver.zemann@gmail.com" target="_blank">oliver.zemann@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi, i have the absolut identical file for Windows which works as<br>
expected (logging), but not for linux:<br>
<br>
<a href="http://rifers.org/paste/show/1801" target="_blank">http://rifers.org/paste/show/1801</a><br>
<br>
There is just no logging - i started everything as root. Even when i<br>
use the FileAppender with its file name property set to "somelog.log"<br>
or "/root/somelog.log" it just saves nothing and i have no idea why.<br>
<br>
I used updatedb && locate to find a file called like this but there<br>
was nothing. Also lsof with a grep find nothing opened. So it is<br>
really not logging.<br>
<br>
Regards,<br>
Oli<br></blockquote><div><br></div><div>Your config for the RollingFileAppender is missing the <file> element. The manual contains a good example of all the necessary elements [1]. logback should print a warning in the debug output for this.</div>

<div><br></div><div><div>It would be helpful if you provided additional details to reproduce the problem:</div><div><br></div><div> * What version of logback and slf4j are you using?</div><div> * Which flavor (and version) of Linux are you running? </div>

</div><div> * Does the same problem occur when you try your logback config in a simple HelloWorld app (outside of install4j)?</div><div><br></div><div>FYI, your logback config works (writes to a file) for me in Android.</div>

<div><br></div><div>It looks like Install4j supports a console [2], when running  the installer with "-c". It might be worth seeing if logback's debug-output prints in that console.</div><div><br></div><div>

[1]: <a href="http://logback.qos.ch/manual/appenders.html#logback-RollingTimeBased">http://logback.qos.ch/manual/appenders.html#logback-RollingTimeBased</a></div><div>[2]: <a href="http://www.ej-technologies.com/products/install4j/whatsnew4.html">http://www.ej-technologies.com/products/install4j/whatsnew4.html</a></div>

<div><br></div></div>