You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Bernhard Oberndorfer <be...@xpecto.com> on 2002/12/04 09:04:47 UTC

Switch off Initializing and Processing Output

Hello

How can I switch off Initializing and Processing Messages in catalina.out.

The messages look like that:
Dec 2, 2002 11:04:51 AM org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings',
returnNull=true

My log-file is full of them and I donĀ“t ned them any more!

My web.xml look like that:
<servlet>
        <servlet-name>action</servlet-name>

<servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
        <init-param>
                <param-name>config</param-name>
                <param-value>/WEB-INF/struts-config.xml</param-value>
        </init-param>
        <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>
        <init-param>
                <param-name>validating</param-name>
                <param-value>true</param-value>
        </init-param>
        <load-on-startup>0</load-on-startup>
</servlet>

Thanks

Bernhard Oberndorfer
xpecto AG
bernhard.oberndorfer@xpecto.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>