Hi,
On 03/10/2011 07:26 AM, RB45F wrote:
I just upgraded from jackrabbit 2.1.1 to 2.2.4 and everything works properly
except the log4j configuration.
See the Jackrabbit 2.2.0 release notes:
* Switch from log4j to Logback. The default Jackrabbit deployment
packages (jar, war, rar) now use Logback instead of log4j for
improved logging functionality. Thanks to the SLF4J logging
framework it is still easy for downstream deployments to switch
to another logging backend for example if support for existing
configurations is needed.
You can switch back from logback to log4j simply by replacing the
logback-core and logback-classic jars with slf4j-log4j and log4j.
--
Jukka Zitting