mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-27 22:41:00 +00:00
core: add debug log when starting job
This commit is contained in:
parent
f826a87a59
commit
aa9b89e33a
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue