You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/08/26 16:34:53 UTC

[sling-org-apache-sling-committer-cli] 02/02: Add a commented-out HTTP debug config.

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git

commit 3dfa95d6880407ec9f1138b720952e31767baba0
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Aug 26 18:34:32 2019 +0200

    Add a commented-out HTTP debug config.
---
 src/main/resources/conf/logback-default.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/resources/conf/logback-default.xml b/src/main/resources/conf/logback-default.xml
index 8f2963f..d726870 100644
--- a/src/main/resources/conf/logback-default.xml
+++ b/src/main/resources/conf/logback-default.xml
@@ -16,6 +16,9 @@
     </appender>
 
     <logger name="org.apache.sling.cli" level="INFO" />
+    <!--
+    <logger name="org.apache.http" level="DEBUG" />
+     -->
 
     <root level="WARN">
         <appender-ref ref="STDOUT" />