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 a30f96b commit 7d0682eCopy full SHA for 7d0682e
src/WebJobs.Script.WebHost/Controllers/InstanceController.cs
@@ -54,7 +54,7 @@ public IActionResult Assign2([FromBody] FunctionsWorkerContainerAssignmentContex
54
55
_logger.LogDebug($"Worker assignment context is: {JsonConvert.SerializeObject(assignmentContext)}");
56
57
- _logger.LogDebug($"SiteName: {assignmentContext.SiteName}");
+ //_logger.LogDebug($"SiteName: {assignmentContext.SiteName}");
58
59
//_logger.LogDebug($"SiteName: {assignmentContext.SiteName}, Siteid: {assignmentContext.SiteId}");
60
0 commit comments