mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-04-05 00:44:05 -04:00
Add back in log-level configuration
This commit is contained in:
@@ -70,6 +70,7 @@
|
|||||||
|
|
||||||
(defn startup! []
|
(defn startup! []
|
||||||
(reset! state/config (config/valid-config (load-env)))
|
(reset! state/config (config/valid-config (load-env)))
|
||||||
|
(timbre/merge-config! {:min-level [[#{"*"} (:log-level @state/config :info)]]})
|
||||||
(start-bot!))
|
(start-bot!))
|
||||||
|
|
||||||
; Program Entry Point
|
; Program Entry Point
|
||||||
|
|||||||
Reference in New Issue
Block a user