I see that we have a dependency on commons-logging in pom.xml but I couldn't find any logging statement in the code. Since I'm starting to use the APP server code, I find it useful to have it perform some logging, especially when things go wrong.

So my question is: do you have any advice, pet peeve or else related to logging? I was just thinking of adding:

        private static final Log logger = LogFactory.getLog(MyClass.class);

where needed, but if you are thinking of something different, let's discuss it.

        Ugo

Reply via email to