Skip to content

Logging summaries of parallel processes #99

@sethaxen

Description

@sethaxen

It would be handy to have something like TransformerLogger but that acts as a temporary sink for all logging messages and then logs out a transformed message that summarizes the logging messages received. An example use-case is when one is executing some function in parallel on multiple threads. Each thread might be logging some warnings about the execution, but for 1,000 threads, showing all log messages would be useless. Instead it would be better to log the number of threads that raised each message.

Can something like this be accomplished with the existing structs in this package, or would a new one be necessary?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions