mumoshu / play2-memcached

A memcached plugin for Play 2.x
Other
161 stars 66 forks source link

A few lines are using wrong logger #5

Closed Enalmada closed 12 years ago

Enalmada commented 12 years ago

If I am not mistaken, these two lines should be using the "logger" and not the "Logger". My logs are filling up with these messages despite memcached level being WARN.

 Logger.info("Getting the cached for key " + key)
 Logger.info("any is " + any.getClass)
mumoshu commented 12 years ago

I have fixed the issue you mentioned! Thanks.