You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/07/30 13:06:55 UTC

DO NOT REPLY [Bug 30405] New: - Does not log exception strack trace

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=30405>.
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=30405

Does not log exception strack trace

           Summary: Does not log exception strack trace
           Product: Struts
           Version: Unknown
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Controller
        AssignedTo: dev@struts.apache.org
        ReportedBy: yozh@mx1.ru


Hello,

in file org/apache/struts/action/RequestProcessor.java in method
processException() struts should call

log.warn(message, exception)

instead of

log.warn(message)

to get exception stack trace in logs.

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