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?
@jarohen there's external middleware for that https://github.com/yonatane/timbre-ns-pattern-level
great, cheers, will have a look