We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2535e87 commit 8f65540Copy full SHA for 8f65540
applications/minotari_console_wallet/src/grpc/wallet_grpc_server.rs
@@ -773,7 +773,7 @@ impl wallet_server::Wallet for WalletGrpcServer {
773
_request: Request<GetCompletedTransactionsRequest>,
774
) -> Result<Response<Self::GetCompletedTransactionsStream>, Status> {
775
let start = std::time::Instant::now();
776
- debug!(
+ trace!(
777
target: LOG_TARGET,
778
"GetAllCompletedTransactions: Incoming GRPC request"
779
);
@@ -814,7 +814,7 @@ impl wallet_server::Wallet for WalletGrpcServer {
814
};
815
match sender.send(Ok(response)).await {
816
Ok(_) => {
817
818
819
"GetAllCompletedTransactions: Sent transaction TxId: {} ({} of {})",
820
txn.tx_id,
0 commit comments