Skip to content

Commit

Permalink
[fix] Broken (undocumented) config resource property name
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Aug 28, 2023
1 parent 84970b8 commit d71f81f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/taoensso/timbre.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1229,10 +1229,10 @@
:clj
(let [{:keys [config source]}
(enc/load-edn-config
{:default default-config
:prop "taoensso.timbre.config.edn"
:res "taoensso.timbre.config.edn"
:res-env "taoensso.timbre.config-resource"})]
{:default default-config
:prop "taoensso.timbre.config.edn"
:res "taoensso.timbre.config.edn"
:res-prop "taoensso.timbre.config-resource"})]

;; (println (str "Loading initial Timbre config from: " source))
(assoc config :_init-config
Expand Down

0 comments on commit d71f81f

Please sign in to comment.