mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-03-31 06:24:10 -04:00
Add back in log-level configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user