fix: add log for timeout
This commit is contained in:
parent
376dab7cd8
commit
edfcea7f43
|
@ -417,6 +417,10 @@ do_get_status(PoolName, Timeout) ->
|
|||
end
|
||||
catch
|
||||
exit:timeout ->
|
||||
?SLOG(error, #{
|
||||
msg => "http_connector_pmap_failed",
|
||||
reason => timeout
|
||||
}),
|
||||
{error, timeout}
|
||||
end.
|
||||
|
||||
|
|
Loading…
Reference in New Issue