JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
638 stars 67 forks source link

TimespanLogging: Remove worker ID nesting #379

Open jpsamaroo opened 1 year ago

jpsamaroo commented 1 year ago

It's annoying that get_logs! of a MultiEventLog returns an extra level of nesting by worker ID; logging is really process-local, so we should remove that nesting and let the user pull logs from multiple workers if needed.