Add back in log-level configuration

This commit is contained in:
Kiran Shila
2022-01-14 15:08:44 -08:00
parent c22fdbf743
commit 2a86cd5db1

View File

@@ -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