We want to be somewhat proactive about warnings or higher in our logs so 
we're looking at a way of being notified if they occur. First thought was to 
use log4j and the email appender. This is fine but won't scale as more 
people use the app since we'll get inundated with emails. So we're looking 
at another option: parsing the logs and emailing every half hour if there 
are new warnings/errors/critical messages. Any suggestions on how to do 
this?

Based on my research, it looks like we would need to set up a job to 
download the logs with appcfg.py at regular intervals and parse them outside 
of the app. Looking for other potential options.

Thanks
Kyle

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to