Merge branch 'gun-logs' into 'develop'
Gun connection pool logs See merge request pleroma/pleroma!4063
This commit is contained in:
commit
af9bb77cad
0
changelog.d/gun-logs.skip
Normal file
0
changelog.d/gun-logs.skip
Normal file
@ -59,7 +59,7 @@ defmodule Pleroma.Telemetry.Logger do
|
|||||||
_,
|
_,
|
||||||
_
|
_
|
||||||
) do
|
) do
|
||||||
Logger.error(fn ->
|
Logger.debug(fn ->
|
||||||
"Connection pool had to refuse opening a connection to #{key} due to connection limit exhaustion"
|
"Connection pool had to refuse opening a connection to #{key} due to connection limit exhaustion"
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
@ -81,7 +81,7 @@ defmodule Pleroma.Telemetry.Logger do
|
|||||||
%{key: key, protocol: :http},
|
%{key: key, protocol: :http},
|
||||||
_
|
_
|
||||||
) do
|
) do
|
||||||
Logger.info(fn ->
|
Logger.debug(fn ->
|
||||||
"Pool worker for #{key}: #{length(clients)} clients are using an HTTP1 connection at the same time, head-of-line blocking might occur."
|
"Pool worker for #{key}: #{length(clients)} clients are using an HTTP1 connection at the same time, head-of-line blocking might occur."
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user