diff --git a/src/relay.rs b/src/relay.rs index 1137f4e..7676cd7 100644 --- a/src/relay.rs +++ b/src/relay.rs @@ -117,7 +117,7 @@ fn spawn_worker(client: Arc) -> Sender { continue; } - tracing::debug!("relay {} from {} to {}", post_url, actor_id, inbox_url); + tracing::trace!("relay {} from {} to {}", post_url, actor_id, inbox_url); last_request = Some(Instant::now()); if let Err(e) = send::send_raw( &client, inbox_url.as_str(),