Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fa53dcf

Browse files
committedJun 21, 2024·
Disable large trace in WinPSAdapter
1 parent 24bbe54 commit fa53dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎powershell-adapter/psDscAdapter/win_psDscAdapter.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function Invoke-DscCacheRefresh {
8181
"Checking cache for stale entries" | Write-DscTrace
8282

8383
foreach ($cacheEntry in $dscResourceCacheEntries) {
84-
"Checking cache entry '$($cacheEntry.Type) $($cacheEntry.LastWriteTimes)'" | Write-DscTrace -Operation Trace
84+
#"Checking cache entry '$($cacheEntry.Type) $($cacheEntry.LastWriteTimes)'" | Write-DscTrace -Operation Trace
8585

8686
$cacheEntry.LastWriteTimes.PSObject.Properties | ForEach-Object {
8787

0 commit comments

Comments
 (0)
Please sign in to comment.