Skip to content

Commit d2cdda1

Browse files
committed
Add debug configuration for httpclient
1 parent e2e244f commit d2cdda1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@
170170
<kubernetes.api.username>${kubernetes.api.username}</kubernetes.api.username>
171171
<kubernetes.api.password>${kubernetes.api.password}</kubernetes.api.password>
172172
<docker.image>${docker.image}</docker.image>
173+
174+
<!-- enable for debugging http requests and responses
175+
<org.apache.commons.logging.Log>org.apache.commons.logging.impl.SimpleLog</org.apache.commons.logging.Log>
176+
<org.apache.commons.logging.simplelog.showdatetime>true</org.apache.commons.logging.simplelog.showdatetime>
177+
<org.apache.commons.logging.simplelog.log.org.apache.http>DEBUG</org.apache.commons.logging.simplelog.log.org.apache.http>
178+
-->
173179
</systemPropertyVariables>
174180
</configuration>
175181
</plugin>

0 commit comments

Comments
 (0)