This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch 4.11
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.11 by this push:
new 11d83fa agent: set log level to INFO as default for http wire (#2903)
11d83fa is described below
commit 11d83fab43bbb6322eee5eb9dc132649ab02b68b
Author: Nicolas Vazquez <[email protected]>
AuthorDate: Tue Oct 16 02:02:03 2018 -0300
agent: set log level to INFO as default for http wire (#2903)
Avoid logging bytes on direct download on KVM.
---
agent/conf/log4j-cloud.xml.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/agent/conf/log4j-cloud.xml.in b/agent/conf/log4j-cloud.xml.in
index 6bc80f0..9ed43e0 100644
--- a/agent/conf/log4j-cloud.xml.in
+++ b/agent/conf/log4j-cloud.xml.in
@@ -90,6 +90,10 @@ under the License.
<priority value="INFO"/>
</category>
+ <category name="org.apache.http.wire">
+ <priority value="INFO"/>
+ </category>
+
<!-- ======================= -->
<!-- Setup the Root category -->
<!-- ======================= -->