You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AP-513 & AP-186 improve log tracing (#18)
* adds a few values to good_job logs when available
When active_jobs are enqueued, this will add current_attributes for jobid, request_id, and ip_address.
Closes AP-513 & AP-186
Co-authored-by @steve-sullivan
app: Add ParameterMissing exception handling
This way, if a parameter is missing in a request, it is logged as a
400 Bad Request instead of a 500 Internal Server Error.