From 9b6d97fb820d2efc6892b0ada3340df10df35f4b Mon Sep 17 00:00:00 2001 From: href Date: Thu, 2 Sep 2021 09:56:32 +0200 Subject: puppet connections --- config/config.exs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'config') 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! -- cgit v1.2.3