mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-29 06:28:26 +00:00
There was unfortunately a bug in the Timbre->Telemere appender that
was producing signals with {:line <num> :column <num> ...} keys instead
of the expected {:coords [<line-num> <column-num>] ...} key.
This commit fixes the mistake, which should help fix issues with
any downstream middleware or handlers that expect a `:coords` key.
Unfortunately this fix could break a small minority of users that
have come to expect `:line` and `:column` keys on their Timbre signals
(none of the built-in middleware or handlers do).
Apologies for the trouble!
|
||
|---|---|---|
| .. | ||
| bb | ||
| public | ||
| resources/docs | ||
| src/taoensso | ||
| test/taoensso | ||
| .gitignore | ||
| bb.edn | ||
| jaeger.sh | ||
| project.clj | ||
| shadow-cljs.edn | ||
| shadow-cljs.sh | ||