Skip to content

Commit

Permalink
Make throughput warning message visible for tooling diagnosis (#757) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco-Gamino committed Feb 11, 2022
1 parent 7e4c6a5 commit e9bf680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PowerShell/PowerShellManagerPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ internal void Initialize(PowerShell pwsh)
if (psManager == null)
{
var logger = CreateLoggerWithContext(requestId, invocationId);
logger.Log(isUserOnlyLog: true, LogLevel.Warning, string.Format(PowerShellWorkerStrings.FunctionQueuingRequest, functionName));
logger.Log(isUserOnlyLog: false, LogLevel.Warning, string.Format(PowerShellWorkerStrings.FunctionQueuingRequest, functionName));

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

0 comments on commit e9bf680

Please sign in to comment.