fix: log fetches
This commit is contained in:
parent
1bb8df0ac5
commit
ec063da763
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ pub trait Fetcher {
|
||||||
#[async_trait::async_trait]
|
#[async_trait::async_trait]
|
||||||
impl Fetcher for crate::Context {
|
impl Fetcher for crate::Context {
|
||||||
async fn pull_r(&self, id: &str, depth: u32) -> Result<Pull<serde_json::Value>, PullError> {
|
async fn pull_r(&self, id: &str, depth: u32) -> Result<Pull<serde_json::Value>, PullError> {
|
||||||
|
tracing::info!("fetching {id}");
|
||||||
// let _domain = self.fetch_domain(&crate::Context::server(id)).await?;
|
// let _domain = self.fetch_domain(&crate::Context::server(id)).await?;
|
||||||
|
|
||||||
let document = Self::request(
|
let document = Self::request(
|
||||||
|
|
Loading…
Reference in a new issue