Skip to content

Commit

Permalink
More log tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Jan 17, 2025
1 parent fd8c06e commit 583a940
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ async fn insert_pending_request(
request_info: RequestInfo,
credential_storage: &VpnCredentialStorage,
) -> Result<(), RequestZkNymError> {
tracing::info!("Inserting pending zk-nym request");
tracing::info!("Inserting pending zk-nym request: {id}");
let pending_request = PendingCredentialRequest {
id,
expiration_date,
Expand Down Expand Up @@ -869,7 +869,7 @@ async fn confirm_zk_nym_downloaded(
})
.unwrap_or_else(|| RequestZkNymError::internal(err))
})
.inspect(|response| tracing::info!("Confirmed zk-nym download: {}", response))
.inspect(|response| tracing::debug!("Confirmed zk-nym download: {}", response))
}

pub(crate) type ZkNymId = String;
Expand Down

0 comments on commit 583a940

Please sign in to comment.