documentcloud / cloud-crowd

Parallel Processing for the Rest of Us
https://github.com/documentcloud/cloud-crowd/wiki
MIT License
851 stars 92 forks source link

Use Ruby's Logger class for output #47

Open nathanstitt opened 9 years ago

nathanstitt commented 9 years ago

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.