Skip to content

add tracing tests#1379

Draft
SteveL-MSFT wants to merge 1 commit intoPowerShell:mainfrom
SteveL-MSFT:ps-streams
Draft

add tracing tests#1379
SteveL-MSFT wants to merge 1 commit intoPowerShell:mainfrom
SteveL-MSFT:ps-streams

Conversation

@SteveL-MSFT
Copy link
Member

PR Summary

Automatically convert PS streams to DSC traces:

  • Write-Host is INFO
  • Write-Warning is WARN
  • Write-Error is ERROR
  • Write-Debug is TRACE (since we can't be certain raw information isn't written)
  • Write-Verbose is DEBUG (seemed too noisy to be INFO)
  • Write-Information is TRACE (it's rarely used and more likely to have technical info)

PR Context

Fix #423

@SteveL-MSFT SteveL-MSFT marked this pull request as draft February 5, 2026 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Automatically handle messages from PSDSC resources

1 participant