oridoki / koriko

Deploy system
MIT License
4 stars 1 forks source link

Log system #1

Open adriacidre opened 11 years ago

adriacidre commented 11 years ago

Add logging system based on monolog to see whats happening on each stage of the recipes

kpacha commented 11 years ago

Don't you think it could be just another helper for the task object?

adriacidre commented 11 years ago

Mmmm, I'm not sure if task can be seen as a helper, but, ssh definetly yes :-P

kpacha commented 11 years ago

I was talking about the logger, not the task.

But the thing is that the logger could be a 'helper' used by all the project components, not just by the task

adriacidre commented 11 years ago

Ups, yep, it could be a helper, but based on monolog :-)

kpacha commented 11 years ago

This pull request (#8) declares a monolog logger and injects it into the DIC, with the other helpers.