I think you need to redirect stderr as well.
You can also use my package IOLogging.jl with the FileLogger
, built precisely for this purpose. You can pretty much drop it in place and just use @info
etc. normally.
I think you need to redirect stderr as well.
You can also use my package IOLogging.jl with the FileLogger
, built precisely for this purpose. You can pretty much drop it in place and just use @info
etc. normally.