Update logging from error to trace (#14604)

This annoying!
This commit is contained in:
Gautham
2023-07-21 23:07:36 +03:00
committed by GitHub
parent 1fef5ee4a4
commit 98304ee957
+1 -1
View File
@@ -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,