I think what you want is:

<servlet>
[...snip...]
<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>
[...snip...]
</servlet>


</mark>

-----Original Message-----
From: Virga [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 27, 2002 12:39 PM
To: Struts Users Mailing List
Subject: how to stop struts logging


how to stop struts action from flooding my server console ?
i have tried to edit my web.xml
and modify <load-on-startup>1</load-on-startup> to
<load-on-startup>-1</load-on-startup>
but the Action servlet doesn't work, off course ! because action servlet has
to be initialized every time the server starts.
my point is how to stop struts action from logging too much. i got 5
projects using struts framework, each time it starts i got log messages
flooding out my console !
any ideas?

VR


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to