I am making a small web app with Genie. That web app is shelling out to a C program for a certain task. I am trying to use the Suppressor package to silence that noisy C program. However, Genie uses TransformerLogger on many things, so now I have to have Suppressor work with TransformerLogger.
Which causes problems because TransformerLogger does not have a stream property which leads to an error here https://github.com/JuliaIO/Suppressor.jl/blob/master/src/Suppressor.jl#L28
I will cross post this on the Suppressor issue tracker as I am not quite certain what is the correct way to solve this.