Fork me on GitHub
#timbre
<
2023-02-05
>
vemv20:02:41

I'm seeing Timbre stacktrace logs "upside down" i.e. the most recently called function is placed at the bottom. Is there a likely cause?

Jan K20:02:39

That's how timbre pretty-prints the stacktraces. You can disable it by eg. (alter-var-root #'io.aviso.exception/*traditional* (constantly true))

vemv22:02:33

Thanks! I had heard of that var but I didn't know Timbre shipped io.aviso/pretty by default - I was more used to see it as an user-provided dep.