Revision: 14678
          http://gate.svn.sourceforge.net/gate/?rev=14678&view=rev
Author:   ian_roberts
Date:     2011-12-06 15:21:59 +0000 (Tue, 06 Dec 2011)
Log Message:
-----------
Removed the definition of the mail appender as it is never actually attached to
any loggers.

Modified Paths:
--------------
    teamware/trunk/executive/web/WEB-INF/classes/log4j.properties

Modified: teamware/trunk/executive/web/WEB-INF/classes/log4j.properties
===================================================================
--- teamware/trunk/executive/web/WEB-INF/classes/log4j.properties       
2011-12-06 15:13:49 UTC (rev 14677)
+++ teamware/trunk/executive/web/WEB-INF/classes/log4j.properties       
2011-12-06 15:21:59 UTC (rev 14678)
@@ -28,18 +28,6 @@
 log4j.appender.R.layout=org.apache.log4j.PatternLayout
 log4j.appender.R.layout.ConversionPattern=%d{dd MMM yyyy HH:mm:ss} %p %t %c - 
%m%n
 
-# Configuration for receiving e-mails when ERROR messages occur.
-log4j.appender.mail=org.apache.log4j.net.SMTPAppender
-log4j.appender.mail.To=@ERROR-MAILTO@
-log4j.appender.mail.From=@ERROR-MAILFROM@
-log4j.appender.mail.SMTPHost=@ERROR-MAILHOST@
-log4j.appender.mail.Threshold=ERROR
-log4j.appender.mail.BufferSize=1
-log4j.appender.mail.Subject=[@ERROR-SERVER@] @APPNAME@ Application Error
-
-log4j.appender.mail.layout=org.apache.log4j.PatternLayout
-log4j.appender.mail.layout.ConversionPattern=%d  %-5p %c %x - %m%n
-
 # If programmed properly the most messages would be at DEBUG
 # and the least at FATAL.
 log4j.logger.gleam.executive=DEBUG

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to