You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2017/04/17 17:19:09 UTC

[2/2] storm git commit: Added STORM-2435 to Changelog

Added STORM-2435 to Changelog


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

Branch: refs/heads/1.x-branch
Commit: 052b67738d1511b1ec7ef5e281a4cb0aeda3edb0
Parents: d2c9ec2
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Mon Apr 17 10:52:07 2017 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Mon Apr 17 10:52:07 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/052b6773/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 420a66f..724e9bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 \ufeff## 1.1.1
+ * STORM-2435: Logging in storm.js inconsistent to console.log and does not support log levels
  * STORM-2315: New kafka spout can't commit offset when ack is disabled
  * STORM-2467: Use explicit charset when decoding from array backed buffer
  * STORM-1114: Race condition in trident zookeeper zk-node create/delete