You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/10/26 11:58:39 UTC

[1/2] brooklyn-server git commit: modify jclouds logging categories to fix certain OOME's

Repository: brooklyn-server
Updated Branches:
  refs/heads/master d8adb37bf -> 23be8b2a3


modify jclouds logging categories to fix certain OOME's


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

Branch: refs/heads/master
Commit: f785abc87a568e65cc0782ca163849ece61b9636
Parents: d8adb37
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Oct 26 12:27:54 2016 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Oct 26 12:27:54 2016 +0100

----------------------------------------------------------------------
 .../src/main/resources/brooklyn/logback-logger-debug-all.xml    | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/f785abc8/logging/logback-includes/src/main/resources/brooklyn/logback-logger-debug-all.xml
----------------------------------------------------------------------
diff --git a/logging/logback-includes/src/main/resources/brooklyn/logback-logger-debug-all.xml b/logging/logback-includes/src/main/resources/brooklyn/logback-logger-debug-all.xml
index 0d462da..43b753a 100644
--- a/logging/logback-includes/src/main/resources/brooklyn/logback-logger-debug-all.xml
+++ b/logging/logback-includes/src/main/resources/brooklyn/logback-logger-debug-all.xml
@@ -27,5 +27,10 @@
     <!-- jclouds uses org.jclouds.* class logging as well as special jclouds.* logger categories -->
     <logger name="org.jclouds" level="DEBUG"/>
     <logger name="jclouds" level="DEBUG"/>
+    <logger name="jclouds.compute" level="DEBUG"/>
+    <logger name="jclouds.headers" level="DEBUG"/>
+    <!-- wire turned off because it generates a lot of detail and in some cases it sends jclouds
+         through suboptimal paths which can cause OOME, esp on softlayer / w old swift -->
+    <logger name="jclouds.wire" level="OFF"/>
       
 </included>


[2/2] brooklyn-server git commit: This closes #395

Posted by he...@apache.org.
This closes #395


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/23be8b2a
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/23be8b2a
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/23be8b2a

Branch: refs/heads/master
Commit: 23be8b2a3f8bd3192fb45f24e0d7cbcd87520710
Parents: d8adb37 f785abc
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Oct 26 12:58:32 2016 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Oct 26 12:58:32 2016 +0100

----------------------------------------------------------------------
 .../src/main/resources/brooklyn/logback-logger-debug-all.xml    | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------