Improve logging in deliverer module
This commit is contained in:
parent
de15a57148
commit
ca5640b138
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ async fn send_activity(
|
|||
let response_status = response.status();
|
||||
let response_text = response.text().await?;
|
||||
log::info!(
|
||||
"remote server response: {}",
|
||||
"response from {}: {}",
|
||||
inbox_url,
|
||||
response_text,
|
||||
);
|
||||
if response_status.is_client_error() || response_status.is_server_error() {
|
||||
|
|
Loading…
Reference in a new issue