diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-10-22 17:58:25 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-10-22 17:58:25 +0300 |
commit | 14900164b8e56d8dc5506016e5a0b55632306e34 (patch) | |
tree | cb394a1b3a498e1043d289b7772f264d686d3d83 /mix.exs | |
parent | 8a68673eeda5bcf314051ef83d5a402cf280a52b (diff) | |
download | pleroma-14900164b8e56d8dc5506016e5a0b55632306e34.tar.gz |
[#3059] Used forked prometheus-phx to remove log spam.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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"}, |