Skip to content

Commit

Permalink
Add back in log-level configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranshila committed Jan 14, 2022
1 parent c22fdbf commit 2a86cd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doplarr/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@

(defn startup! []
(reset! state/config (config/valid-config (load-env)))
(timbre/merge-config! {:min-level [[#{"*"} (:log-level @state/config :info)]]})
(start-bot!))

; Program Entry Point
Expand Down

0 comments on commit 2a86cd5

Please sign in to comment.