stefanseefeld / faber

Faber
https://stefanseefeld.github.io/faber
Boost Software License 1.0
14 stars 2 forks source link

Prototype better logging for parallel processing #10

Open stefanseefeld opened 5 years ago

stefanseefeld commented 5 years ago

Right now, output is generated when an action has completed / an artefact is updated. Ideally, we would write the action when it is started instead. However, that would result in interleaved output in case of parallel processing. Consider alternate logging strategies, for example where the actual output is (temporarily) stored in a (per artefact) logfile, which may be printed to stdout only in case of failure.