scm-spain / karyon2-accesslog

0 stars 1 forks source link

By default LogFormatter is non overridable in an easy way #4

Closed ghost closed 8 years ago

ghost commented 8 years ago

This module binds a LogFormatter by default:

bind(AccessLogFormatter.class).to(JsonLog.class);

But this kind of default binding are not easy to override: https://github.com/google/guice/wiki/Guice20#binding-overrides