commit 7ecacc69a55d8a4c2071bfb3c38bad401ccbc56a
parent 813409c7bb38b7e4ffc8f7de72e6901582d1c900
Author: William Casarin <jb55@jb55.com>
Date: Tue, 9 Apr 2024 18:49:52 -0700
log: reduce spammy new note log
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app.rs b/src/app.rs
@@ -250,7 +250,7 @@ fn poll_notes_for_timeline<'a>(
let new_note_ids = damus.ndb.poll_for_notes(&sub, 100);
if new_note_ids.len() > 0 {
- info!("{} new notes! {:?}", new_note_ids.len(), new_note_ids);
+ debug!("{} new notes! {:?}", new_note_ids.len(), new_note_ids);
}
let new_refs = new_note_ids