Open
Description
All major operations, especially communications with the Riak host, should be logged with a configurable logger object.
# Should use Rails' logger in the railtie
Riak.logger = Rails.logger
# Allow setting a custom logger
Riak.logger = Logger.new(STDOUT)
It could default to a 'null' logger.