<div>Thanks.  Let me see if I understand this correctly.  I can&#39;t capture Tomcat&#39;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">&lt;<a href="mailto:rob@lidalia.org.uk">rob@lidalia.org.uk</a>&gt;</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 &lt;<a href="mailto:pggifford@gmail.com">pggifford@gmail.com</a>&gt; wrote:<br><br>&gt; Hi,<br>&gt;<br>&gt;   I&#39;m surprised I haven&#39;t been able to find the answer to this.  Can logback control and roll catalina out?<br>
&gt;<br>&gt; Thanks,<br>&gt;<br>&gt; Paul<br>&gt;<br>&gt;<br></div></div>&gt; _______________________________________________<br>&gt; Logback-user mailing list<br>&gt; <a href="mailto:Logback-user@qos.ch">Logback-user@qos.ch</a><br>
&gt; <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>