Hi,
I would like to know if it will be a good idea to replace in the code
log.debug(request.toString());
into
log.debug("{}",request);
It sounds to me a little overkill but could potentially increase the performance of the application in a non debug mode.
Thanks,
Xavier.