earl / beanstalkc

A simple beanstalkd client library for Python
Apache License 2.0
457 stars 115 forks source link

use custom logger instead of logging #43

Closed hit9 closed 10 years ago

hit9 commented 10 years ago

I have tested, if beanstalkc uses logging module to log message to stdout, my own logger will log one message twice. Let beanstalkc use its own logger is better!