Skip to content

Use Ruby's Logger class for output #47

@nathanstitt

Description

@nathanstitt

Currently we're logging using good 'ole puts.

It'd be nice to be able to set levels in the config file and only spew the verbose logging messages when the level is set to :debug.

Since Ruby has a nice Logger class that's built into the standard lib, we should use that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions