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:28 UTC

[10/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/e869d722
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e869d722
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/e869d722

Branch: refs/heads/master
Commit: e869d722b38b6f949e32f3cfdcaf295a05267731
Parents: 58a4a07
Author: YvonneIronberg <Yv...@gmail.com>
Authored: Sat Aug 15 16:38:40 2015 -0700
Committer: YvonneIronberg <Yv...@gmail.com>
Committed: Sat Aug 15 16:38:40 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/storm/blob/e869d722/SECURITY.md
----------------------------------------------------------------------
diff --git a/SECURITY.md b/SECURITY.md
index 1278d40..75836be 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 standard logging service (e.g. log4j2 in 0.11).) |
+| 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 some 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. |