We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bbe54 commit fa53dcfCopy full SHA for fa53dcf
powershell-adapter/psDscAdapter/win_psDscAdapter.psm1
@@ -81,7 +81,7 @@ function Invoke-DscCacheRefresh {
81
"Checking cache for stale entries" | Write-DscTrace
82
83
foreach ($cacheEntry in $dscResourceCacheEntries) {
84
- "Checking cache entry '$($cacheEntry.Type) $($cacheEntry.LastWriteTimes)'" | Write-DscTrace -Operation Trace
+ #"Checking cache entry '$($cacheEntry.Type) $($cacheEntry.LastWriteTimes)'" | Write-DscTrace -Operation Trace
85
86
$cacheEntry.LastWriteTimes.PSObject.Properties | ForEach-Object {
87
0 commit comments