Skip to content

Commit 58a1509

Browse files
author
Manikanta Nallagatla
committed
debug
1 parent 52c97b3 commit 58a1509

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ public async Task<IActionResult> Assign2([FromBody] FunctionsWorkerContainerAssi
5151
{
5252
_logger.LogDebug($"Starting container assignment for host : {Request?.Host}");
5353

54+
_logger.LogDebug($"Worker assignment context is: {workerAssignmentContext}");
55+
5456
return await AssignInternal(workerAssignmentContext.AssignmentContext);
5557
}
5658

0 commit comments

Comments
 (0)