You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Scott Walter <tx...@yahoo.com> on 2001/04/27 22:46:07 UTC

System Console Messages

Does anybody know how to get rid of all those messages
when struts starts up that are like:

Set org.apache.struts.action.ActionFormBean properties
Call
org.apache.struts.action.ActionServlet.addFormBean(ActionFormBean[storyForm])
Pop org.apache.struts.action.ActionFormBean
New org.apache.struts.action.ActionFormBean

I have tried to removing the following from the action
servlet inside my web.xml file

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




=====
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Scott

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Re: System Console Messages

Posted by Peter Alfors <pe...@irista.com>.
try setting the debug level to 0

<init-param>
      <param-name>debug</param-name>
      <param-value>0</param-value>
    </init-param>
    <init-param>
      <param-name>detail</param-name>
      <param-value>0</param-value>
    </init-param>


HTH,
    Pete

Scott Walter wrote:

> Does anybody know how to get rid of all those messages
> when struts starts up that are like:
>
> Set org.apache.struts.action.ActionFormBean properties
> Call
> org.apache.struts.action.ActionServlet.addFormBean(ActionFormBean[storyForm])
> Pop org.apache.struts.action.ActionFormBean
> New org.apache.struts.action.ActionFormBean
>
> I have tried to removing the following from the action
> servlet inside my web.xml file
>
> <init-param>
>       <param-name>debug</param-name>
>       <param-value>1</param-value>
>     </init-param>
>     <init-param>
>       <param-name>detail</param-name>
>       <param-value>1</param-value>
>     </init-param>
>
> =====
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Scott
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/