You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Hardee, Tony" <To...@ps.net> on 2001/02/15 17:30:54 UTC

Where are log messages going?

I have a modified version of the example application running in WebLogic
6.0.  In the servlet configuration I have the following debug init
parameter:

    <init-param>
      <param-name>debug</param-name>
      <param-value>1</param-value>
    </init-param>

Unfortunately, I do not see any of the log messages from Struts.  What else
do I need to do?

Tony Hardee