posted 21 years ago
Hi,
I have 2 questions.
1. What is the significance of the param value 3 in -
<init-param>
<param-name>debug</param-name>
<param-value>3</param-value>
</init-param>
inside the web.xml (deployment decriptor) ? Is it a commons-logging option?
2. The first question arises because the SystemOut.log file on the server always gives (an INFO level) log statements whenver an Action is called eg:
RequestProces I org.apache.struts.action.RequestProcessor Processing a 'POST' for path '/LoginAction'
RequestProces I org.apache.struts.action.RequestProcessor Processing a 'POST' for path '/LoginAction'
I would like to suppress this in a proper way. Can you suggest a mechanism in which I can turn this INFO level logging so that I can get rid of the above statements?
TIA,
Sam.