core: add debug log when starting job

This commit is contained in:
Aode (lion) 2021-11-17 12:32:54 -06:00
parent f826a87a59
commit aa9b89e33a

View file

@ -154,6 +154,7 @@ where
let args = job.args();
let id = job.id();
let name = job.name().to_owned();
info!("Job {} {} starting", id, name);
let start = Utc::now();