You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2016/06/08 03:05:20 UTC

[2/2] storm git commit: Added STORM-1887 to CHANGELOG.

Added STORM-1887 to CHANGELOG.


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

Branch: refs/heads/1.x-branch
Commit: 5021708fc53b0008e580ac038d2badb6ab780bd2
Parents: cb17e79
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Tue Jun 7 20:04:53 2016 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Tue Jun 7 20:04:53 2016 -0700

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/5021708f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7baf15..2b7db3f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.0
+ * STORM-1887: Fixed help message for set_log_level command
  * STORM-1878: Flux can now handle IStatefulBolts
  * STORM-1864: StormSubmitter should throw respective exceptions and log respective errors forregistered submitter hook invocation
  * STORM-1868: Modify TridentKafkaWordCount to run in distributed mode