nesquena / dante

Turn any ruby code into a daemon.
MIT License
313 stars 17 forks source link

Use standard logger #8

Closed nesquena closed 9 years ago

nesquena commented 10 years ago

From @krainboltgreene

We should really just use the stdlib logger, it's much better. I should be able to call Dante.logger.info("Foo")

Totally agree, want to leave this as a reminder.

krainboltgreene commented 10 years ago

So I set out to actually make the modification required, but I've run into a situation where I want to mock the logger for testing, but I really dislike mocha.

If I switched over to rspec, but retained coverage, would you hate me? :p

krainboltgreene commented 9 years ago

Moved to new repository: libdante/dante.gem/issues/2