Hello Eugeny, > Does it means I need to set up properties for commons loggingtogether with > log4j?! > Looks weird since on commons logging page stated log4j could be used as well > w/o additional configuration for commons-logging.
If you want to be on the safe side, set up properties that specify which logging package you want to use. Commons logging has a default search strategy, but that's the part of commons logging where most of the problems come from. For example, depending on your JDK version, the default strategy may select JDK logging instead of log4j. It's really not so much work to write a commons-logging.properties file with a property that specifies the log4j factory. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
