From 1deae725ae1c726da61fd832c7afa10155835b29 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 29 Nov 2024 11:32:19 +0100 Subject: [PATCH] Fix #1768: add taoensso.timbre/color-str --- CHANGELOG.md | 1 + feature-logging/babashka/impl/logging.clj | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcca05ee..93c18440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ A preview of the next release can be installed from - [#1760] For compatibility with [Fireworks v0.10.3](https://github.com/paintparty/fireworks), added `volatile?` entry to `babashka.impl.clojure.core/core-extras`([@paintparty](https://github.com/paintparty)) - Bump `babashka.cli` to `0.8.61` - Bump `clj-yaml` to `1.0.29` +- [#1768](https://github.com/babashka/babashka/issues/1768): Add `taoensso.timbre` `color-str` function ## 1.12.195 (2024-11-12) diff --git a/feature-logging/babashka/impl/logging.clj b/feature-logging/babashka/impl/logging.clj index 096a7b1a..8f68f22f 100644 --- a/feature-logging/babashka/impl/logging.clj +++ b/feature-logging/babashka/impl/logging.clj @@ -143,7 +143,8 @@ 'info 'infof 'warn 'warnf 'error 'errorf '-log! 'with-level - 'spit-appender '-spy 'spy]) + 'spit-appender '-spy 'spy + 'color-str]) 'log! (sci/copy-var log! tns) '*config* config 'swap-config! (sci/copy-var swap-config! tns)