Skip to content

Set warning level for http client logging

This sets the default logging level of root logger to info. Apache's http client logger uses the root logger level to log information of that level and up. This will make sure no http request or response gets logged as part of the debugging process.

Edited by Pavlos Karakalidis

Merge request reports