relay: tweak log level

This commit is contained in:
Astro 2023-06-24 01:11:04 +02:00
parent 0cf7f46f22
commit 4337770a06

View file

@ -117,7 +117,7 @@ fn spawn_worker(client: Arc<reqwest::Client>) -> Sender<Job> {
continue; 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()); last_request = Some(Instant::now());
if let Err(e) = send::send_raw( if let Err(e) = send::send_raw(
&client, inbox_url.as_str(), &client, inbox_url.as_str(),