summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-10-22 17:58:25 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-10-22 17:58:25 +0300
commit14900164b8e56d8dc5506016e5a0b55632306e34 (patch)
treecb394a1b3a498e1043d289b7772f264d686d3d83 /mix.exs
parent8a68673eeda5bcf314051ef83d5a402cf280a52b (diff)
[#3059] Used forked prometheus-phx to remove log spam.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index c9fca1b6e..e0da696ce 100644
--- a/mix.exs
+++ b/mix.exs
@@ -172,7 +172,9 @@ defmodule Pleroma.Mixfile do
{:prometheus_plugs, "~> 1.1"},
{:prometheus_phoenix, "~> 1.3"},
# Note: once `prometheus_phx` is integrated into `prometheus_phoenix`, remove the former:
- {:prometheus_phx, github: "theblitzapp/prometheus-phx"},
+ {:prometheus_phx,
+ git: "https://git.pleroma.social/pleroma/elixir-libraries/prometheus-phx.git",
+ branch: "no-logging"},
{:prometheus_ecto, "~> 1.4"},
{:recon, "~> 2.5"},
{:quack, "~> 0.1.1"},