We are using it here and you can set the threshold to whatever you want and without custom java code, your setting will be ignored...which is really a bummer because it would seem to make more sense to have it set to WARN.
Curtis On Tue, Oct 19, 2010 at 8:48 AM, Marvin Addison <[email protected]>wrote: > > Not sure if this is part of the problem or not but by default the email > > appender will only email stuff of level ERROR. > > I have no first-hand experience with the SMTP appender, but in general > setting the threshold is how you'd configure that, which they have > done: > > log4j.appender.EMAIL.Threshold=WARN > > That said, CAS and Spring generate few messages of WARN or higher. If > you want more via SMTP, turn down the threshold. Personally, I think > sending anything below WARN is an invitation to an email management > nightmare. > > M > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- Curtis Garman -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
