You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/08/16 10:28:48 UTC

DO NOT REPLY [Bug 30690] New: - Provide an Option so Swallowed System.out/System.err Output is not formatted

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30690>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30690

Provide an Option so Swallowed System.out/System.err Output is not formatted

           Summary: Provide an Option so Swallowed System.out/System.err
                    Output is not formatted
           Product: Tomcat 5
           Version: 5.0.27
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: andreas@schildba.ch


I'm using the swallowOutput=true option of the Context element in server.xml to
redirect output via java.util.logging to the servlet log. The problem is,
swallowed ouput is formatted (again), so essentially I've got two timestamps and
an extra newline every some java.util.log messages.

I'd like to propose an option so swallowed output is copied over to the servlet
log as-is, without any formatting.

Regards,

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org