wlandau / crew

A distributed worker launcher
https://wlandau.github.io/crew/
Other
123 stars 4 forks source link

Log crew_worker() #15

Closed wlandau closed 2 years ago

wlandau commented 2 years ago

Implemented in branch 11.

wlandau commented 2 years ago

crew_worker() writes to stderr with message(). Those messages are caught in worker logs with by the bg queue, and the logs can be controlled by the batchtools template file for the future queue. The session queue doesn't run crew_worker() at all, and in that case crew_monad() captures warnings and errors, which should be sufficient.