Skip to content

Commit 24bbe54

Browse files
author
Andrew
committed
Disable large trace
1 parent 46714a2 commit 24bbe54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell-adapter/psDscAdapter/psDscAdapter.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function Invoke-DscCacheRefresh {
255255
"Checking cache for stale entries" | Write-DscTrace
256256

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

260260
$cacheEntry.LastWriteTimes.PSObject.Properties | ForEach-Object {
261261

0 commit comments

Comments
 (0)