timbre

jarohen 2019-06-14T11:09:00.001700Z

morning folks 🙂 newbie question - is there a way to filter logs by level by namespace? i.e. I want all my own debug-level messages to go to the appender, but only the warn (and above) messages from a rather chatty library?

Jan K 2019-06-14T12:27:55.002200Z

@jarohen there's external middleware for that https://github.com/yonatane/timbre-ns-pattern-level

jarohen 2019-06-14T12:28:09.002500Z

great, cheers, will have a look