ReactiveCouchbase / ReactiveCouchbase-core

Core library for ReactiveCouchbase
Apache License 2.0
64 stars 28 forks source link

The library should not contain logger.xml or anything about logging whatsoever #34

Closed jongwook closed 9 years ago

jongwook commented 10 years ago

Apparently it is just a blind copy and paste of play framework, and I don't see why it is necessary.

Play's logger.xml is used to mute some of its noisy dependencies, but reactivecouchbase's one is not doing anything meaningful other than adding up hazards of name collision.

In general, logging configuration should be left to application development/deployment and and a library should not alter it in any form, and that is the whole point of using slf4j.

mathieuancelin commented 10 years ago

Hi,

yes I will provide something about that as soon as I can find some free time

behrad commented 9 years ago

This is causing me real problems

mathieuancelin commented 9 years ago

Should be fixed with last 0.4-SNAPSHOT

jongwook commented 9 years ago

Any plan on releasing 0.4?