[Hangfire] Add logging statement for starting job execution #29
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
PiBox.Plugins.Jobs.Hangfire
We should also log the starting execution of a job, analog to the finishing of the job see here
pibox/PiBox.Plugins/Jobs/Hangfire/src/PiBox.Plugins.Jobs.Hangfire/Job/AsyncHangfireJob.cs
Line 15 in 9e49344
But not include the job parameters bc they can include sensitive info and are serialized in plain text. Or we would need to build a wrapper to encrypt/decrypt them properly before and after.
The text was updated successfully, but these errors were encountered: