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 92db4d8 commit 4736dbfCopy full SHA for 4736dbf
src/WebJobs.Script.WebHost/Controllers/InstanceController.cs
@@ -54,6 +54,8 @@ public IActionResult Assign2([FromBody] HostAssignmentContextMani assignmentCont
54
55
_logger.LogDebug($"Worker assignment context is: {JsonConvert.SerializeObject(assignmentContext)}");
56
57
+ _logger.LogDebug($"SiteName: {assignmentContext.SiteName}, Siteid: {assignmentContext.SiteId}");
58
+
59
return Ok();
60
//return await AssignInternal(workerAssignmentContext.AssignmentContext);
61
}
0 commit comments