You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by da...@apache.org on 2015/08/18 17:50:27 UTC

[09/14] storm git commit: STORM-976.

STORM-976.


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/58a4a07e
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/58a4a07e
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/58a4a07e

Branch: refs/heads/master
Commit: 58a4a07eb3148979f787f31ed90cc9e2e91df564
Parents: abdd8a9
Author: YvonneIronberg <Yv...@gmail.com>
Authored: Fri Aug 14 17:20:37 2015 -0700
Committer: YvonneIronberg <Yv...@gmail.com>
Committed: Fri Aug 14 17:20:37 2015 -0700

----------------------------------------------------------------------
 SECURITY.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/58a4a07e/SECURITY.md
----------------------------------------------------------------------
diff --git a/SECURITY.md b/SECURITY.md
index c406ce2..1278d40 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -441,7 +441,7 @@ The Logviewer daemon now is also responsible for cleaning up old log files for d
 
 | YAML Setting | Description |
 |--------------|-------------------------------------|
-| logviewer.cleanup.age.mins | How old (by last modification time) must a worker's log be before that log is considered for clean-up. (Living workers' logs are never cleaned up by the logviewer: Their logs are rolled via log4j2.) |
+| logviewer.cleanup.age.mins | How old (by last modification time) must a worker's log be before that log is considered for clean-up. (Living workers' logs are never cleaned up by the logviewer: Their logs are rolled via standard logging service (e.g. log4j2 in 0.11).) |
 | logviewer.cleanup.interval.secs | Interval of time in seconds that the logviewer cleans up worker logs. |