Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The logic of defaultconfigurator was opposite of log4j's behavior. log4j preferentially uses log4j.xml over log4j.properties files. log4cxx previous used this order: log4cxx.properties, log4cxx.xml, log4j.properties, log4j.xml. The testcase4 unit test had a strange setup that allowed it to pass even though it should have failed.