How do I set the logging level for client.transport to TRACE in the java api? I've tried passing in the immutable settings with .put("client.transport", "TRACE") and it doesn't seem to have an effect.
It doesn't seem like something I would set in the node settings because it's the client transport client logs I want not the node logs although I also tried to set it in the node and it didn't seem to have an effect either.
Thanks!
gmu