
7 Aug
2013
7 Aug
'13
1:09 p.m.
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.