Skip to content

Commit 11d83fa

Browse files
nvazquezyadvr
authored andcommitted
agent: set log level to INFO as default for http wire (#2903)
Avoid logging bytes on direct download on KVM.
1 parent 933ee23 commit 11d83fa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

agent/conf/log4j-cloud.xml.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ under the License.
9090
<priority value="INFO"/>
9191
</category>
9292

93+
<category name="org.apache.http.wire">
94+
<priority value="INFO"/>
95+
</category>
96+
9397
<!-- ======================= -->
9498
<!-- Setup the Root category -->
9599
<!-- ======================= -->

0 commit comments

Comments
 (0)