mirror of https://github.com/apache/cloudstack.git
agent: set log level to INFO as default for http wire (#2903)
Avoid logging bytes on direct download on KVM.
This commit is contained in:
parent
933ee23104
commit
11d83fab43
|
|
@ -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 -->
|
||||
<!-- ======================= -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue