Skip to content
Snippets Groups Projects
Commit 98304ee9 authored by Gautham's avatar Gautham Committed by GitHub
Browse files

Update logging from error to trace (#14604)

This annoying!
parent 1fef5ee4
No related merge requests found
......@@ -162,7 +162,7 @@ impl HttpApi {
self.requests
.insert(new_id, HttpApiRequest::NotDispatched(request, body_sender));
tracing::error!(
tracing::trace!(
target: LOG_TARGET,
id = %new_id.0,
%method,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment