What is the best practice at the time implementing logging in a Spring MVC REST app?
I understand it is important not to overload application with too much logging. That is why I'm trying to decide wether to have it at service or controller level. Would you advice performing logging at your service level or at controller level or both? If so, why?