Skip to content

Loggers do not have the stream property which seems to be expected from other Julia packages. #47

@Krastanov

Description

@Krastanov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions