mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-21 19:51:00 +00:00
relay: tweak log level
This commit is contained in:
parent
0cf7f46f22
commit
4337770a06
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ fn spawn_worker(client: Arc<reqwest::Client>) -> Sender<Job> {
|
|||
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(),
|
||||
|
|
Loading…
Reference in a new issue