...
Alternatively, you can uncomment the entry for the two loggers and as follows:
- Go to the
<ESB_Home>/repository/conf
directory and open the thelog4j;.properties file
with file with a text editor. - Edit the entries for the two loggers as follows:
#log4j.logger.org.apache.synapse.transport.http.headers=DEBUG
#log4j.logger.org.apache.synapse.transport.http.wire=DEBUG
- Save the changes.
...