Events are logged multiple times in the worker logs (see here for some context). The root cause of this appears to be the fact that the handler that streams to stdout is being added to the logger multiple times (once per image processed on a particular Dask worker instance). We should find a way to ensure that each worker only adds a logging handler once.
Events are logged multiple times in the worker logs (see here for some context). The root cause of this appears to be the fact that the handler that streams to stdout is being added to the logger multiple times (once per image processed on a particular Dask worker instance). We should find a way to ensure that each worker only adds a logging handler once.