Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
51583627
Commit
51583627
authored
9 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
SSDM-3131: add comment that this solution isn't recommended generaly.
SVN: 35708
parent
326291fd
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/source/java/ch/systemsx/cisd/common/logging/BundledTimestampTriggeringEventEvaluator.java
+3
-0
3 additions, 0 deletions
...mon/logging/BundledTimestampTriggeringEventEvaluator.java
with
3 additions
and
0 deletions
common/source/java/ch/systemsx/cisd/common/logging/BundledTimestampTriggeringEventEvaluator.java
+
3
−
0
View file @
51583627
...
@@ -25,6 +25,9 @@ import org.apache.log4j.spi.TriggeringEventEvaluator;
...
@@ -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
* 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.;
* {@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
* @author Althea Parker
*/
*/
public
class
BundledTimestampTriggeringEventEvaluator
implements
TriggeringEventEvaluator
public
class
BundledTimestampTriggeringEventEvaluator
implements
TriggeringEventEvaluator
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment