0
votes

I have several API resources deployed in the WSO2 ESB. In order to monitor the calls they receive Web services exposed in API resources, I would like to show in the log full HTTP header of the request.

I know I can do this parameter by parameter from the HTTP header, but I wonder if there is any way to do this in a unique way.

Thanks.

1

1 Answers

1
votes

Open /repository/conf/log4j.properties and uncomment the following line.

log4j.logger.httpclient.wire.header=DEBUG