Преглед на файлове

fix(postgres): reduce log spamming when connection goes down

Fixes https://emqx.atlassian.net/browse/EMQX-12334

See also: https://github.com/emqx/epgsql/pull/10
Thales Macedo Garitezi преди 1 година
родител
ревизия
f690db9849
променени са 3 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 1 1
      apps/emqx_postgresql/rebar.config
  2. 1 0
      changes/ee/fix-13018.en.md
  3. 1 1
      mix.exs

+ 1 - 1
apps/emqx_postgresql/rebar.config

@@ -2,7 +2,7 @@
 
 
 {erl_opts, [debug_info]}.
 {erl_opts, [debug_info]}.
 {deps, [
 {deps, [
-    {epgsql, {git, "https://github.com/emqx/epgsql", {tag, "4.7.1.1"}}},
+    {epgsql, {git, "https://github.com/emqx/epgsql", {tag, "4.7.1.2"}}},
     {emqx_connector, {path, "../../apps/emqx_connector"}},
     {emqx_connector, {path, "../../apps/emqx_connector"}},
     {emqx_resource, {path, "../../apps/emqx_resource"}}
     {emqx_resource, {path, "../../apps/emqx_resource"}}
 ]}.
 ]}.

+ 1 - 0
changes/ee/fix-13018.en.md

@@ -0,0 +1 @@
+Reduced log spamming when connection goes down in a Postgres/Timescale/Matrix connector.

+ 1 - 1
mix.exs

@@ -79,7 +79,7 @@ defmodule EMQXUmbrella.MixProject do
       # in conflict by ehttpc and emqtt
       # in conflict by ehttpc and emqtt
       {:gun, github: "emqx/gun", tag: "1.3.11", override: true},
       {:gun, github: "emqx/gun", tag: "1.3.11", override: true},
       # in conflict by emqx_connector and system_monitor
       # in conflict by emqx_connector and system_monitor
-      {:epgsql, github: "emqx/epgsql", tag: "4.7.1.1", override: true},
+      {:epgsql, github: "emqx/epgsql", tag: "4.7.1.2", override: true},
       # in conflict by emqx and observer_cli
       # in conflict by emqx and observer_cli
       {:recon, github: "ferd/recon", tag: "2.5.1", override: true},
       {:recon, github: "ferd/recon", tag: "2.5.1", override: true},
       {:jsx, github: "talentdeficit/jsx", tag: "v3.1.0", override: true},
       {:jsx, github: "talentdeficit/jsx", tag: "v3.1.0", override: true},