Skip to content

Commit fa53dcf

Browse files
author
Andrew
committed
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

Lines changed: 1 addition & 1 deletion
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)