Skip to content

Commit

Permalink
chore: reduce logs (#6762)
Browse files Browse the repository at this point in the history
Description
---
Reduce logs
  • Loading branch information
SWvheerden authored Jan 27, 2025
1 parent 2535e87 commit 8f65540
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ impl wallet_server::Wallet for WalletGrpcServer {
_request: Request<GetCompletedTransactionsRequest>,
) -> Result<Response<Self::GetCompletedTransactionsStream>, Status> {
let start = std::time::Instant::now();
debug!(
trace!(
target: LOG_TARGET,
"GetAllCompletedTransactions: Incoming GRPC request"
);
Expand Down Expand Up @@ -814,7 +814,7 @@ impl wallet_server::Wallet for WalletGrpcServer {
};
match sender.send(Ok(response)).await {
Ok(_) => {
debug!(
trace!(
target: LOG_TARGET,
"GetAllCompletedTransactions: Sent transaction TxId: {} ({} of {})",
txn.tx_id,
Expand Down

0 comments on commit 8f65540

Please sign in to comment.