<div>Thanks. Let me see if I understand this correctly. I can't capture Tomcat's standard out but if I replace the console appender with a rolling file appender, any standard out from the webapps will go into that file, correct? Does that go for system err as well?</div>
<div> </div>
<div>I followed this example: <a href="https://github.com/grgrzybek/tomcat-slf4j-logback">https://github.com/grgrzybek/tomcat-slf4j-logback</a> which worked great, just unsure of the configuration.</div>
<div> </div>
<div>Paul<br><br></div>
<div class="gmail_quote">On Sat, Oct 1, 2011 at 1:50 PM, Robert Elliot <span dir="ltr"><<a href="mailto:rob@lidalia.org.uk">rob@lidalia.org.uk</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Typically catalina.out is just the file to which standard out from tomcat is redirected via normal unix stream redirection - so no. You should remove the console appender and add a rolling file appender.<br>
<div>
<div></div>
<div class="h5"><br><br><br><br><br>On 1 Oct 2011, at 18:09, Paul Gifford <<a href="mailto:pggifford@gmail.com">pggifford@gmail.com</a>> wrote:<br><br>> Hi,<br>><br>> I'm surprised I haven't been able to find the answer to this. Can logback control and roll catalina out?<br>
><br>> Thanks,<br>><br>> Paul<br>><br>><br></div></div>> _______________________________________________<br>> Logback-user mailing list<br>> <a href="mailto:Logback-user@qos.ch">Logback-user@qos.ch</a><br>
> <a href="http://qos.ch/mailman/listinfo/logback-user" target="_blank">http://qos.ch/mailman/listinfo/logback-user</a><br>_______________________________________________<br>Logback-user mailing list<br><a href="mailto:Logback-user@qos.ch">Logback-user@qos.ch</a><br>
<a href="http://qos.ch/mailman/listinfo/logback-user" target="_blank">http://qos.ch/mailman/listinfo/logback-user</a><br></blockquote></div><br>