Try this
* in your `log4.properties`:
log4j.logger.org.apache.http=DEBUG
* or if you use Camel with Spring Boot in your `application.properties`:
logging.level.org.apache.http=DEBUG
Am 09.04.2016 um 11:39 schrieb Debraj Manna:
Yeah that is what I am looking for. But I did not find anything in the
Camel Http Component doc.
http://people.apache.org/~dkulp/camel/http4.html
On Sat, Apr 9, 2016 at 11:38 AM, Claus Ibsen <[email protected]> wrote:
Its the http4 client that sends the http request, so it may have some
logging you can see if you turn on DEBUG logging or something on it.
For Camel you can only see Camel specific logging.
On Sat, Apr 9, 2016 at 8:05 AM, Debraj Manna <[email protected]>
wrote:
Hi,
Is there a way I can see or log the http request url, body & header sent
by
the camel http4 component? I want to view the final http request url,
body
& header that was sent from the camel.
--
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2