braintree / braintree_java

Braintree Java library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
158 stars 98 forks source link

Remove hardcoded log level #41

Closed KeepItSimpleStupid closed 8 years ago

KeepItSimpleStupid commented 8 years ago

It was preventing the users of the library to override it (e.g. using a custom logging.properties file)

Thanks for the review !

jdlc commented 8 years ago

Thanks for the PR! We'll review this and get back to you.

jdlc commented 8 years ago

We've discussed this and want to keep an existing default logger level in the client library, but you can override the logger with your own by using the existing Configuration.setLogger. Closing this pull request.