Is there a way to redirect all printing to *out* to be logged by timbre?
Broadly, yes. Though redirecting *out* can be a little tricky, and a lot depends on what precisely you mean/want.
Timbre doesn’t offer anything out-the-box for this, but https://cljdoc.org/d/com.taoensso/telemere/CURRENT/api/taoensso.telemere.streams#with-out-%3Etelemere - and the https://github.com/taoensso/telemere/blob/v1.0.0-RC2/projects/main/src/taoensso/telemere/streams.clj#L50 for that might give you some pointers.
Thanks!
No worries, you’re welcome - best of luck!