It would be nice to log activity as it is happening within the piston component.
When a task is received
When a task response is sent (evaluation)
When task output is sent (console log)
This will probably require opening another 0mq socket between the cylinder and piston (bound to the cylinder). When piston logging messages are received in a cylinder they can be logged using the standard logging mechanism.
It would be nice to log activity as it is happening within the piston component.
This will probably require opening another 0mq socket between the cylinder and piston (bound to the cylinder). When piston logging messages are received in a cylinder they can be logged using the standard logging mechanism.