Skip to content

Commit 1e6baea

Browse files
committed
Cleanup logs
1 parent b3fa271 commit 1e6baea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rest.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ function request(
187187
isnothing(body) && (body = UInt8[])
188188
headers = _ensure_headers(headers)
189189
_authenticate!(ctx, headers)
190-
opts = (;redirect = false, pool = POOL, verbose=3)
191-
@info "HTTP.request" method url opts kw
190+
opts = (;redirect = false, pool = POOL, verbose=2)
191+
@info "HTTP.request" method url
192192
r = Base.with_logger(Logging.ConsoleLogger(stderr, Logging.Debug)) do
193193
HTTP.request(method, url, headers; query = query, body = body, opts..., kw...)
194194
end

0 commit comments

Comments
 (0)