diff options
author | href <href@random.sh> | 2021-09-02 09:56:32 +0200 |
---|---|---|
committer | href <href@random.sh> | 2021-09-02 09:56:32 +0200 |
commit | 9b6d97fb820d2efc6892b0ada3340df10df35f4b (patch) | |
tree | 6d7200c07e610a2ae56128cf716e4ffda18d9d9e /config/config.exs | |
parent | web: show help for only enabled plugins (diff) |
puppet connections
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/config.exs b/config/config.exs index ba4426d..9a3633e 100644 --- a/config/config.exs +++ b/config/config.exs @@ -36,11 +36,6 @@ config :lsg, LSGWeb.Endpoint, pubsub: [name: LSG.PubSub, adapter: Phoenix.PubSub.PG2] -# Configures Elixir's Logger -config :logger, :console, - format: "$time $metadata[$level] $message\n", - metadata: [:request_id] - config :mime, :types, %{"text/event-stream" => ["sse"]} # THIS IS NOT USED ANYMORE! |