mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-21 19:51:00 +00:00
relay: add post_url to debug output
This commit is contained in:
parent
ce5add113f
commit
a3847e20b2
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ pub fn spawn(
|
|||
let body_ = body.clone();
|
||||
let key_id = actor.key_id();
|
||||
let private_key_ = private_key.clone();
|
||||
tracing::debug!("relay {} to {}", actor_id, inbox);
|
||||
tracing::debug!("relay {} from {} to {}", &post_url, actor_id, inbox);
|
||||
tokio::spawn(async move {
|
||||
increment_counter!("relay", "target" => inbox.clone());
|
||||
if let Err(e) = send::send_raw(
|
||||
|
|
Loading…
Reference in a new issue