google / keyczar

Easy-to-use crypto toolkit
Apache License 2.0
1.1k stars 141 forks source link

#112 Removed log4j dependency and switched it for slf4j. (Logback used ... #159

Closed giladam closed 9 years ago

giladam commented 9 years ago

...for unit tests)

I believe that the call to log4j BasicConfigurer.configure() was just there to prevent error messages from happening, and that should not occur with slf4j so I think that should be ok.