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 c8d3174 commit a2932e9Copy full SHA for a2932e9
crates/application/src/cron_jobs/mod.rs
@@ -289,7 +289,7 @@ impl<RT: Runtime> CronJobExecutor<RT> {
289
return Ok(job.id);
290
};
291
let (_, component_path) = self.get_job_component(&mut tx, job.id).await?;
292
- tracing::info!("Executing {:?}!", job.cron_spec.udf_path);
+ tracing::debug!("Executing {:?}!", job.cron_spec.udf_path);
293
294
// Since we don't specify the function type in the cron, we have to use
295
// the analyzed result.
0 commit comments