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 99476d1 commit c42160dCopy full SHA for c42160d
src/WebJobs.Script.WebHost/Controllers/InstanceController.cs
@@ -52,7 +52,7 @@ public IActionResult Assign2([FromBody] HostAssignmentContext assignmentContext)
52
{
53
_logger.LogDebug($"Starting container assignment for host : {Request?.Host}");
54
55
- _logger.LogDebug($"Worker assignment context is: {JsonConvert.SerializeObject(assignmentContext)}");
+ _logger.LogDebug($"Worker assignment context is: {JsonConvert.SerializeObject(assignmentContext)}");
56
57
_logger.LogDebug($"SiteName: {assignmentContext.SiteName}");
58
0 commit comments