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 6153e41 commit 6c03e45Copy full SHA for 6c03e45
src/PowerShell/PowerShellManagerPool.cs
@@ -82,7 +82,7 @@ internal PowerShellManager CheckoutIdleWorker(
82
if (psManager == null)
83
{
84
var logger = CreateLoggerWithContext(requestId, invocationId);
85
- logger.Log(isUserOnlyLog: true, LogLevel.Warning, string.Format(PowerShellWorkerStrings.FunctionQueuingRequest, functionName));
+ logger.Log(isUserOnlyLog: false, LogLevel.Warning, string.Format(PowerShellWorkerStrings.FunctionQueuingRequest, functionName));
86
87
// If the pool has reached its bounded capacity, then the thread
88
// should be blocked until an idle one becomes available.
0 commit comments