Skip to content

Commit 20bae14

Browse files
authored
fix(tap-agent): receipt notification to trace level (#288)
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 11910d2 commit 20bae14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap-agent/src/agent/sender_accounts_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ async fn handle_notification(
477477
escrow_accounts: &Eventual<EscrowAccounts>,
478478
prefix: Option<&str>,
479479
) -> Result<()> {
480-
tracing::debug!(
480+
tracing::trace!(
481481
notification = ?new_receipt_notification,
482482
"New receipt notification detected!"
483483
);

0 commit comments

Comments
 (0)