Skip to content

Commit

Permalink
fix: use tracing crate for request handler logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Nov 13, 2023
1 parent 89d7a43 commit 738dfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/indexer_service/http/request_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ use axum::{
response::IntoResponse,
TypedHeader,
};
use log::info;
use reqwest::StatusCode;
use toolshed::thegraph::DeploymentId;
use tracing::info;

use crate::{indexer_service::http::IsAttestable, prelude::AttestationSigner};

Expand Down

0 comments on commit 738dfee

Please sign in to comment.