Merge branch 'gun-pool-logs' into 'develop'

Change Gun connection pool logs to debug

See merge request pleroma/pleroma!4165
This commit is contained in:
feld 2024-06-28 14:39:42 +00:00
commit 01fb4776f8
2 changed files with 2 additions and 2 deletions

View file

View file

@ -39,7 +39,7 @@ def handle_event(
_,
_
) do
Logger.error(fn ->
Logger.debug(fn ->
"Connection pool failed to reclaim any connections due to all of them being in use. It will have to drop requests for opening connections to new hosts"
end)
end
@ -70,7 +70,7 @@ def handle_event(
%{key: key},
_
) do
Logger.warning(fn ->
Logger.debug(fn ->
"Pool worker for #{key}: Client #{inspect(client_pid)} died before releasing the connection with #{inspect(reason)}"
end)
end