We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d296b commit 4d76e53Copy full SHA for 4d76e53
crates/crates_io_worker/src/worker.rs
@@ -95,7 +95,7 @@ impl<Context: Clone + Send + Sync + 'static> Worker<Context> {
95
let _enter = span.enter();
96
match result {
97
Ok(_) => {
98
- warn!("Deleting successful job…");
+ debug!("Deleting successful job…");
99
storage::delete_successful_job(conn, job_id).await?
100
}
101
Err(error) => {
0 commit comments