make logging loki compatable

This commit is contained in:
Travis Shears 2025-08-10 07:57:37 +02:00
parent 8263c09b50
commit edc74be72b
3 changed files with 35 additions and 2 deletions

View file

@ -11,7 +11,6 @@
:mastodon-account-id "MASTODON_ACCOUNT_ID"})
(defn- load-config []
(tel/log! :info "Config is being loaded")
(merge (read-string (slurp "config.edn"))
(into {} (for [[k env-var] env-overrides
:let [env-val (System/getenv env-var)]