Skip to content

Check if logging handler has been attached to logger in pre/post-task #21

@jpellman

Description

@jpellman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions