Open cyzhao opened 8 years ago
A library should not contain default log4j configurations which can interfere with client's log4j configurations. E.g. in one case, my tests can't pick up log4j.properties in src/test/resources because log4j.xml in astyanax-core is located first.
Please remove log4j.xml ! The log output will be confused on my production application by this issue.
A library should not contain default log4j configurations which can interfere with client's log4j configurations. E.g. in one case, my tests can't pick up log4j.properties in src/test/resources because log4j.xml in astyanax-core is located first.