We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8018599 commit 9ef3fb6Copy full SHA for 9ef3fb6
src/aleph/http.clj
@@ -404,10 +404,10 @@
404
;; Unintuitively, this type doesn't inherit from TimeoutException
405
(instance? ConnectTimeoutException e))
406
(do
407
- (log/error e "Timed out waiting for connection to be established")
+ (log/trace "Timed out waiting for connection to be established")
408
(d/error-deferred (ConnectionTimeoutException. ^Throwable e)))
409
410
- (log/error e "Connection failure")
+ (log/trace "Connection establishment failed")
411
(d/error-deferred e)))))
412
413
;; actually make the request now
0 commit comments