java - Replacing log4j-api-2.0-beta9.jar,log4j-core-2.0-beta9 with log4j-api-2.0.1.jar and log4j-core-2.0.1.jar not working -


i trying use new log4j2 release in application , not working. working when used log4j-api-2.0-beta9.jar , log4j-core-2.0-beta9 not working after replaced new release: log4j-api-2.0.1.jar , log4j-core-2.0.1.jar

my application developed using spring mvc , struts 2. there reconfiguration needed before running?

it not possible problem without seeing configurations. (according release notes, there number of bug fixes configuration related issues ...)

however, may able work out cause of problem enabling "status" logging, , looking @ happens during configuration.

reference:


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -