Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:2
-
Epic Link:
-
Team:Data Facility
Description
Currently Executor does not support any logging which makes tracking execution/debugging rather hard. The goal is to add a logger which would allow for easy monitoring of an Executor run.
Could you please look at the changes I made to implement logging in Executor?
For your convenience, here are setup steps if you feel like giving it a whirl (just remember to replace $DIR with actual path where you clone the repository to):
$ setup pipe_tasks
$ export PYTHONPATH="$PYTHONPATH:$DIR/Executor"
$ export PATH="$PATH:$DIR/Executor/bin"
$ execute -d job.json
Option -d (--dry-run) will make Executor just to log the events without actually running the task so you shouldn't need anything else (you can find job.json in project's example directory).