summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2022-01-24 18:54:43 +0000
committerAlex Gleason <alex@alexgleason.me>2022-01-24 18:54:43 +0000
commit53de3a9d4425505da0a516ca3b5d42cf5bc30a97 (patch)
tree21ff5f4d5dd8853ff176bd9741896591461b3276 /config
parent7b87cac6cc02af82813676faf3dae22c70c288c6 (diff)
Revert "Merge branch 'log-slow-queries' into 'develop'"
This reverts merge request !3553
Diffstat (limited to 'config')
-rw-r--r--config/config.exs9
1 files changed, 0 insertions, 9 deletions
diff --git a/config/config.exs b/config/config.exs
index 1385ce5de..8ac650f6a 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -149,8 +149,6 @@ config :pleroma, Pleroma.Web.Endpoint,
]
# Configures Elixir's Logger
-config :logger, truncate: 65536
-
config :logger, :console,
level: :debug,
format: "\n$time $metadata[$level] $message\n",
@@ -857,13 +855,6 @@ config :pleroma, ConcurrentLimiter, [
{Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy, [max_running: 5, max_waiting: 5]}
]
-config :pleroma, :telemetry,
- slow_queries_logging: [
- enabled: false,
- min_duration: 500_000,
- exclude_sources: [nil, "oban_jobs"]
- ]
-
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"