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 52c97b3 commit 58a1509Copy full SHA for 58a1509
src/WebJobs.Script.WebHost/Controllers/InstanceController.cs
@@ -51,6 +51,8 @@ public async Task<IActionResult> Assign2([FromBody] FunctionsWorkerContainerAssi
51
{
52
_logger.LogDebug($"Starting container assignment for host : {Request?.Host}");
53
54
+ _logger.LogDebug($"Worker assignment context is: {workerAssignmentContext}");
55
+
56
return await AssignInternal(workerAssignmentContext.AssignmentContext);
57
}
58
0 commit comments