JuliaLang / Distributed.jl

Create and control multiple Julia processes remotely for distributed computing. Ships as a Julia stdlib.
https://docs.julialang.org/en/v1/stdlib/Distributed/
MIT License
20 stars 8 forks source link

Add RemoteLogger #94

Open theogf opened 3 months ago

theogf commented 3 months ago

Closes https://github.com/JuliaLang/Distributed.jl/issues/52

This is the port from https://github.com/JuliaLang/julia/pull/48121 by @simonbyrne .

I mostly reused the code from the PR, if that's not okay let me know I'll just close this PR.

I also did not made the modification on using this as a default for new workers as this would be unexpected behaviour.