Keep new transaction logging at minimum verbosity level
This commit is contained in:
parent
5674f4f997
commit
866f36ebd4
|
@ -73,7 +73,7 @@ impl Tracker {
|
|||
continue;
|
||||
}
|
||||
};
|
||||
debug!("new tx: {}, {:.3}", txid, entry.fee_per_vbyte(),);
|
||||
trace!("new tx: {}, {:.3}", txid, entry.fee_per_vbyte(),);
|
||||
to_add.push((txid, Stats::new(tx, entry)));
|
||||
}
|
||||
self.stats.extend(to_add);
|
||||
|
|
Loading…
Reference in New Issue
Block a user