I would like to figure out if netty component is reusing connection object when the second message needs to sent to the server. To see that I would like to turn on netty's internal logging, How do I do that?.
I already tried log4j.rootLogger=TRACE in log4j but it doesn't write any netty logs. All I see is camel-netty components logging only. Thanks, Anand