mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-09-01 00:00:35 -04:00
do not log caller on error response (too much verbosity)
This commit is contained in:
parent
274e2fc095
commit
8dfbca8fd1
@ -222,7 +222,6 @@ module HTTPX
|
||||
@error = error
|
||||
@options = Options.new(options)
|
||||
log { "#{error.class}: #{error}" }
|
||||
log { caller.join("\n") }
|
||||
end
|
||||
|
||||
def status
|
||||
|
Loading…
x
Reference in New Issue
Block a user