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 b02fdcd commit 755f873Copy full SHA for 755f873
plain-worker/plain/worker/middleware.py
@@ -6,7 +6,7 @@ def __init__(self, run_job):
6
self.run_job = run_job
7
8
def __call__(self, job):
9
- with app_logger.with_context(
+ with app_logger.include_context(
10
job_request_uuid=str(job.job_request_uuid), job_uuid=str(job.uuid)
11
):
12
return self.run_job(job)
0 commit comments