Skip to content

Commit 7d0682e

Browse files
author
Manikanta Nallagatla
committed
debug
1 parent a30f96b commit 7d0682e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script.WebHost/Controllers/InstanceController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public IActionResult Assign2([FromBody] FunctionsWorkerContainerAssignmentContex
5454

5555
_logger.LogDebug($"Worker assignment context is: {JsonConvert.SerializeObject(assignmentContext)}");
5656

57-
_logger.LogDebug($"SiteName: {assignmentContext.SiteName}");
57+
//_logger.LogDebug($"SiteName: {assignmentContext.SiteName}");
5858

5959
//_logger.LogDebug($"SiteName: {assignmentContext.SiteName}, Siteid: {assignmentContext.SiteId}");
6060

0 commit comments

Comments
 (0)