Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Ruby's Logger class for output #47

Open
nathanstitt opened this issue Feb 5, 2015 · 0 comments
Open

Use Ruby's Logger class for output #47

nathanstitt opened this issue Feb 5, 2015 · 0 comments

Comments

@nathanstitt
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant