Netflix / astyanax

Cassandra Java Client
Apache License 2.0
1.04k stars 357 forks source link

Remove log4j.xml from astyanax-core #617

Open cyzhao opened 8 years ago

cyzhao commented 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.

nabedge commented 7 years ago

Please remove log4j.xml ! The log output will be confused on my production application by this issue.