Skip to content

Commit a2932e9

Browse files
sshaderConvex, Inc.
authored and
Convex, Inc.
committed
Make cron job log line less spammy (#36280)
GitOrigin-RevId: 83b25006ebf1444b3aa8c614295cd416d724232d
1 parent c8d3174 commit a2932e9

File tree

1 file changed

+1
-1
lines changed
  • crates/application/src/cron_jobs

1 file changed

+1
-1
lines changed

crates/application/src/cron_jobs/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ impl<RT: Runtime> CronJobExecutor<RT> {
289289
return Ok(job.id);
290290
};
291291
let (_, component_path) = self.get_job_component(&mut tx, job.id).await?;
292-
tracing::info!("Executing {:?}!", job.cron_spec.udf_path);
292+
tracing::debug!("Executing {:?}!", job.cron_spec.udf_path);
293293

294294
// Since we don't specify the function type in the cron, we have to use
295295
// the analyzed result.

0 commit comments

Comments
 (0)