You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2022/10/05 07:51:16 UTC

[httpcomponents-core] branch github_ci_on_win updated: Enable debug logging in integration tests

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch github_ci_on_win
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git


The following commit(s) were added to refs/heads/github_ci_on_win by this push:
     new 701a5d080 Enable debug logging in integration tests
701a5d080 is described below

commit 701a5d08076ddb542a5fd803ad4fe57f334ad36d
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Wed Oct 5 09:50:56 2022 +0200

    Enable debug logging in integration tests
---
 httpcore5-testing/src/test/resources/log4j2.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/httpcore5-testing/src/test/resources/log4j2.xml b/httpcore5-testing/src/test/resources/log4j2.xml
index 89ecc3750..bfcb4b0e2 100644
--- a/httpcore5-testing/src/test/resources/log4j2.xml
+++ b/httpcore5-testing/src/test/resources/log4j2.xml
@@ -25,6 +25,12 @@
     <Root level="fatal">
       <AppenderRef ref="STDOUT" />
     </Root>
-    <Logger name="org.apache.hc.core5.testing" level="warn"/>
+    <Logger name="org.apache.hc.core5.testing" level="debug"/>
+<!--    <Logger name="org.apache.hc.core5.reactor" level="debug"/>-->
+<!--    <Logger name="org.apache.hc.core5.http.headers" level="debug"/>-->
+    <Logger name="org.apache.hc.core5.http.wire" level="debug"/>
+    <Logger name="org.apache.hc.core5.http2.frame" level="debug"/>
+    <Logger name="org.apache.hc.core5.http2.frame.payload" level="debug"/>
+<!--    <Logger name="org.apache.hc.core5.http2.flow" level="debug"/>-->
   </Loggers>
 </Configuration>
\ No newline at end of file