timbre

DrLjótsson 2025-01-16T10:36:46.084409Z

Is there a way to redirect all printing to *out* to be logged by timbre?

✅ 1
Peter Taoussanis 2025-01-16T12:52:10.296379Z

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.

👍 1
DrLjótsson 2025-01-16T17:14:51.773289Z

Thanks!

Peter Taoussanis 2025-01-16T17:22:31.647449Z

No worries, you’re welcome - best of luck!