diff --git a/hunter/src/worker.rs b/hunter/src/worker.rs index 341366f..5a38c05 100644 --- a/hunter/src/worker.rs +++ b/hunter/src/worker.rs @@ -209,7 +209,7 @@ async fn process_posts( metrics::histogram!("hunter_post_process_seconds", t2 - t1) } } - tracing::info!("{}: {}/{} new posts", host, new_posts, posts_len); + tracing::trace!("{}: {}/{} new posts", host, new_posts, posts_len); metrics::counter!("hunter_posts", new_posts, "type" => "new"); metrics::counter!("hunter_posts", posts_len, "type" => "total"); let new_post_ratio = if posts_len > 0 {