> 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
