2008/2/15, Giovanni Azua <[EMAIL PROTECTED]>: > > My setup is: > - Struts 2.1.x built from trunk > - I import only commons.logging.jar and not log4j (is not allowed).
Well, if you don't use Log4J, then Commons Logging defaults to JDK 1.4logger. This link may help you: http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html#1.8 Ciao Antonio