You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Cai Jeff <jf...@yahoo.com.cn> on 2003/06/06 18:22:38 UTC

How to Enable Debug?

Hi, I want to enable debug for James.Mailet to get
more info, but after I changed the INFO to DEBUG in
environment.xml for category James.Mailet and restart
james, I could not find any difference in mailet log
file, anything am I missing?

Thanks

_________________________________________________________
Do You Yahoo!? 
流连网络世界的“你”是谁?
http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.surveys.yahoo.com/cn_user_profile_study_may2003

---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org


RE: How to Enable Debug?

Posted by "Noel J. Bergman" <no...@devtech.com>.
> Hi, I want to enable debug for James.Mailet to get
> more info

Mailet Logging isn't consistent with the rest of logging.  A mailet can only
say to log or not; it has no log levels.  What you need to do is to add
<debug>true</debug> to each mailet that you want to debug.

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org