mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-15 17:26:58 +00:00
add url to catchall log line for federation request errors
This commit is contained in:
parent
9442342b34
commit
651fdecf19
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ fn handle_error(
|
|||
write!(nice_error, ": {source:?}").expect("writing to string should not fail");
|
||||
src = source.source();
|
||||
}
|
||||
info!(nice_error, "Federation request error");
|
||||
info!(nice_error, url = ?url, "Federation request error");
|
||||
|
||||
Err(e.into())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue