diff --git a/rita_common/src/debt_keeper/mod.rs b/rita_common/src/debt_keeper/mod.rs index 051f2f557..32c11387c 100755 --- a/rita_common/src/debt_keeper/mod.rs +++ b/rita_common/src/debt_keeper/mod.rs @@ -487,9 +487,11 @@ impl DebtKeeper { // the debt we started this round with if debt_data.debt != Int256::zero() { - info!( + trace!( "debt update for {}: debt: {}, payment balance: {}", - ident.wg_public_key, debt_data.debt, debt_data.incoming_payments, + ident.wg_public_key, + debt_data.debt, + debt_data.incoming_payments, ); }