From 51583627a09eb904e44949bf00f5054bd59df16b Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 18 Feb 2016 11:50:14 +0000
Subject: [PATCH] SSDM-3131: add comment that this solution isn't recommended
 generaly.

SVN: 35708
---
 .../logging/BundledTimestampTriggeringEventEvaluator.java      | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/common/source/java/ch/systemsx/cisd/common/logging/BundledTimestampTriggeringEventEvaluator.java b/common/source/java/ch/systemsx/cisd/common/logging/BundledTimestampTriggeringEventEvaluator.java
index 725aa05f52b..7fc566d7d33 100644
--- a/common/source/java/ch/systemsx/cisd/common/logging/BundledTimestampTriggeringEventEvaluator.java
+++ b/common/source/java/ch/systemsx/cisd/common/logging/BundledTimestampTriggeringEventEvaluator.java
@@ -25,6 +25,9 @@ import org.apache.log4j.spi.TriggeringEventEvaluator;
  * A {@link BundledTimestampTriggeringEventEvaluator} that triggers every 10 minutes. Can be used, e.g. to make the
  * {@link org.apache.log4j.net.SMTPAppender} send email also on non-error conditions.;
  * 
+ * REMARK: This is a solution for Mario Emmenlauer. It should not be recommended because it can lead
+ * to the fact that important log events aren't sent for days because no triggering event appears.
+ * 
  * @author Althea Parker
  */
 public class BundledTimestampTriggeringEventEvaluator implements TriggeringEventEvaluator
-- 
GitLab