Hi,
I am using struts1.1b3 and in my web.xml i have set
the debug message level to 4, but still i get a lot of
messages in my out file, most of the messages i get 
are from PropertyMessageResources.java,
I also use Log4j for my project and the message level
for it is set to 1, does it affect struts messages
also??

here is an example of few messages
2003-02-24 17:09:08,486 DEBUG [Thread-5]
util.PropertyMessageResources
(PropertyMessageResources.java:321) -   Saving message
key '.toolslaunch.option3
2003-02-24 17:09:08,486 DEBUG [Thread-5]
util.PropertyMessageResources
(PropertyMessageResources.java:321) -   Saving message
key '.web0096
2

Here is my definition in web.xml
<servlet>
    <servlet-name>action</servlet-name>
   
<servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
    <init-param>
      <param-name>application</param-name>
      <param-value>com.pfizer.maps.maps</param-value>
    </init-param>
    <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>4</param-value>
    </init-param>
    <init-param>
      <param-name>detail</param-name>
      <param-value>2</param-value>
    </init-param>
    <load-on-startup>3</load-on-startup>
  </servlet>

Ashish




=====
A$HI$H

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

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

Reply via email to