mloughran / em-hiredis

Eventmachine redis client
MIT License
221 stars 63 forks source link

Specify Logger sans namespace #51

Closed abrom closed 7 years ago

abrom commented 7 years ago

Loading in the https://github.com/stve/em-logger gem causes some issues where em-hiredis references the EM namespaced logger and not the system logger.

This change just forces the system logger to get used as intended

abrom commented 7 years ago

N.B. my temporary work around is to just set the logger manually which works fine, just seems unnecessary :)