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 2016/02/11 20:42:43 UTC

[1/3] storm git commit: [STORM-1519] - Storm syslog logging not confirming to RFC5426 3.1

Repository: storm
Updated Branches:
  refs/heads/master d041183f7 -> c6eac2b65


[STORM-1519] - Storm syslog logging not confirming to RFC5426 3.1


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

Branch: refs/heads/master
Commit: dc198121fb057a2805791cb89888be9bff33ebf1
Parents: d236036
Author: Boyang Jerry Peng <je...@yahoo-inc.com>
Authored: Tue Feb 2 16:53:03 2016 -0600
Committer: Boyang Jerry Peng <je...@yahoo-inc.com>
Committed: Tue Feb 2 16:53:03 2016 -0600

----------------------------------------------------------------------
 log4j2/cluster.xml | 2 +-
 log4j2/worker.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/dc198121/log4j2/cluster.xml
----------------------------------------------------------------------
diff --git a/log4j2/cluster.xml b/log4j2/cluster.xml
index ca333b2..baf5d44 100644
--- a/log4j2/cluster.xml
+++ b/log4j2/cluster.xml
@@ -69,7 +69,7 @@
     <Syslog name="syslog" format="RFC5424" charset="UTF-8" host="localhost" port="514"
             protocol="UDP" appName="[${sys:daemon.name}]" mdcId="mdc" includeMDC="true"
             facility="LOCAL5" enterpriseNumber="18060" newLine="true" exceptionPattern="%rEx{full}"
-            messageId="[${sys:user.name}:S0]" id="storm" immediateFlush="false" immediateFail="true"/>
+            messageId="[${sys:user.name}:S0]" id="storm" immediateFlush="true" immediateFail="true"/>
 </appenders>
 <loggers>
 

http://git-wip-us.apache.org/repos/asf/storm/blob/dc198121/log4j2/worker.xml
----------------------------------------------------------------------
diff --git a/log4j2/worker.xml b/log4j2/worker.xml
index 967585b..f4988d4 100644
--- a/log4j2/worker.xml
+++ b/log4j2/worker.xml
@@ -58,7 +58,7 @@
     <Syslog name="syslog" format="RFC5424" charset="UTF-8" host="localhost" port="514"
         protocol="UDP" appName="[${sys:storm.id}:${sys:worker.port}]" mdcId="mdc" includeMDC="true"
         facility="LOCAL5" enterpriseNumber="18060" newLine="true" exceptionPattern="%rEx{full}"
-        messageId="[${sys:user.name}:${sys:logging.sensitivity}]" id="storm" immediateFail="true"/>
+        messageId="[${sys:user.name}:${sys:logging.sensitivity}]" id="storm" immediateFail="true" immediateFlush="true"/>
 </appenders>
 <loggers>
     <root level="info"> <!-- We log everything -->


[3/3] storm git commit: Added STORM-1519 to Changelog

Posted by bo...@apache.org.
Added STORM-1519 to Changelog


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

Branch: refs/heads/master
Commit: c6eac2b65fbd0dba3230f7b1318463dc67a484ed
Parents: 1646805
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Feb 11 13:40:40 2016 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu Feb 11 13:40:40 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/c6eac2b6/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e594f4..2d4df8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
  * STORM-1524: Add Pluggable daemon metrics Reporters
  * STORM-1521: When using Kerberos login from keytab with multiple bolts/executors ticket is not renewed in hbase bolt.
 ## 1.0.0
+ * STORM-1519: Storm syslog logging not confirming to RFC5426 3.1
  * STORM-1520: Nimbus Clojure/Zookeeper issue ("stateChanged" method not found)
  * STORM-1531: Junit and mockito dependencies need to have correct scope defined in storm-elasticsearch pom.xml
  * STORM-1526: Improve Storm core performance


[2/3] storm git commit: Merge branch 'STORM-1519' of https://github.com/jerrypeng/storm into STORM-1519

Posted by bo...@apache.org.
Merge branch 'STORM-1519' of https://github.com/jerrypeng/storm into STORM-1519

STORM-1519: Storm syslog logging not confirming to RFC5426 3.1


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

Branch: refs/heads/master
Commit: 1646805d10dd85739b42d484afd281a0feae5b5b
Parents: d041183 dc19812
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Feb 11 13:29:14 2016 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu Feb 11 13:29:14 2016 -0600

----------------------------------------------------------------------
 log4j2/cluster.xml | 2 +-
 log4j2/worker.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------