I try to use the taglog in my JSP.  My problem is after I set log level to
ERROR in log4j.properties, I still received the debug, and info log
messages.  How do I control the log level changes?

Here is my JSP (testme.jsp in the folder of webapps/myapp/login)
<log:debug category="login.testme">debu msg here </log:debug>

Here is category setup in my log4j.properties:
log4j.category.login=ERROR

I tried the following. Still I got the logging msg.
log4j.category.login.testme=ERROR

Can someone advise me how to do it?  Thank you.

Qin


----------------------------------------------------------------------------------------

This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------




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

Reply via email to