kohana / minion

Everyone loves having a minion they can boss around
113 stars 76 forks source link

Use a logging agent to record task output #5

Open BRMatt opened 13 years ago

BRMatt commented 13 years ago

Modify the core tasks to accept a logging agent to record output.

This should allow for "live" output rather than waiting for a task to complete to get feedback.

BRMatt commented 13 years ago

See #14 for some implementation details

BRMatt commented 13 years ago

See feature/5-logging-agent for a rough implementation.