Thank you for this library, however I have the following issue. The level filter is ignored on output formats other than the default. Am I doing something wrong? - works fine: `cargo run | bunyan --level 30` - shows all levels: `cargo run | bunyan --level 30 -o inspect`