Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Comprehensive logging [JIRA: CLIENTS-830] #10

Description

@seancribbs

Copied from https://github.com/seancribbs/ripple/issues/159 by @seancribbs:

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions