NLeSC / noodles

Computational workflow engine, making distributed computing in Python easy!
http://nlesc.github.io/noodles
Apache License 2.0
21 stars 7 forks source link

Logging #4

Closed jhidding closed 6 years ago

jhidding commented 8 years ago

Workers should return status information on the progress of a job.

ridderl commented 7 years ago

In the QMworks project we would like to be able to use a logging.logger in a scheduled function. Does/can Noodles support this?

jhidding commented 7 years ago

logging.logger should be thread-safe, so yes. If output is to stderr, the messaged should be forwarded to the scheduler correctly.