timbre

2024-09-01T07:24:52.694239Z

Hello

2024-09-01T07:25:16.527779Z

Why this strange thing happen?

----- Context ------------------------------------------------------------------
 97: 
 98: (fs/delete-if-exists "logs.edn")
 99: 
100: 
101: (timbre/set-min-level! :debug)
     ^--- Could not resolve symbol: timbre/set-min-level!
102: 
103: 
104: (timbre/merge-config! {:appenders (merge {:println lambda-stdout-appender
105:                                           ;; :edn lambda-edn-appender
106:                                           :json lambda-json-appender})})
Timbre 6.6.0-RC1, babashka v1.3.191

borkdude 2024-09-01T07:36:53.747019Z

This is more a babashka question than a timbre question probably

borkdude 2024-09-01T07:37:16.047809Z

probably this function or macro just isn't exposed yet, feel free to post an issue

👍 1
🙏 1