Skip to content

Commit 6c03e45

Browse files
Make throughput warning message visible for tooling diagnosis (#757)
1 parent 6153e41 commit 6c03e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShell/PowerShellManagerPool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ internal PowerShellManager CheckoutIdleWorker(
8282
if (psManager == null)
8383
{
8484
var logger = CreateLoggerWithContext(requestId, invocationId);
85-
logger.Log(isUserOnlyLog: true, LogLevel.Warning, string.Format(PowerShellWorkerStrings.FunctionQueuingRequest, functionName));
85+
logger.Log(isUserOnlyLog: false, LogLevel.Warning, string.Format(PowerShellWorkerStrings.FunctionQueuingRequest, functionName));
8686

8787
// If the pool has reached its bounded capacity, then the thread
8888
// should be blocked until an idle one becomes available.

0 commit comments

Comments
 (0)