From 8f6554062c8fe51e59677a0be99424be3678d8c4 Mon Sep 17 00:00:00 2001 From: SW van Heerden Date: Mon, 27 Jan 2025 12:00:43 +0200 Subject: [PATCH] chore: reduce logs (#6762) Description --- Reduce logs --- .../minotari_console_wallet/src/grpc/wallet_grpc_server.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/minotari_console_wallet/src/grpc/wallet_grpc_server.rs b/applications/minotari_console_wallet/src/grpc/wallet_grpc_server.rs index 34ac022037..e4dc7edad0 100644 --- a/applications/minotari_console_wallet/src/grpc/wallet_grpc_server.rs +++ b/applications/minotari_console_wallet/src/grpc/wallet_grpc_server.rs @@ -773,7 +773,7 @@ impl wallet_server::Wallet for WalletGrpcServer { _request: Request, ) -> Result, Status> { let start = std::time::Instant::now(); - debug!( + trace!( target: LOG_TARGET, "GetAllCompletedTransactions: Incoming GRPC request" ); @@ -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,