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

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

Branch: refs/heads/master
Commit: 89f480941f0811c4d2f6be2ddafa509386283dd7
Parents: e869d72
Author: YvonneIronberg <Yv...@gmail.com>
Authored: Sun Aug 16 15:15:43 2015 -0700
Committer: YvonneIronberg <Yv...@gmail.com>
Committed: Sun Aug 16 15:15:43 2015 -0700

----------------------------------------------------------------------
 docs/documentation/FAQ.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/89f48094/docs/documentation/FAQ.md
----------------------------------------------------------------------
diff --git a/docs/documentation/FAQ.md b/docs/documentation/FAQ.md
index a183753..a69862e 100644
--- a/docs/documentation/FAQ.md
+++ b/docs/documentation/FAQ.md
@@ -29,8 +29,8 @@ documentation: true
 ### Halp! I cannot see:
 
 * **my logs** Logs by default go to $STORM_HOME/logs. Check that you have write permissions to that directory. They are configured in 
-    * log4j2/{cluster, worker}.xml (0.11);
-    * logback/cluster.xml (0.9 - 0.10);
+    * log4j2/{cluster, worker}.xml (> 0.9);
+    * logback/cluster.xml (0.9);
     * log4j/*.properties in earlier versions (< 0.9).
 * **final JVM settings** Add the `-XX+PrintFlagsFinal` commandline option in the childopts (see the conf file)
 * **final Java system properties** Add `Properties props = System.getProperties(); props.list(System.out);` near where you build your topology.