Logger doesn't respect bash output redirection

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.

2 Likes