Skip to content

Change Write-Verbose to Write-Debug to reduce non-relevant DSC output #157

@dan-hughes

Description

@dan-hughes

Bit of a follow on from the discussions in WSManDsc, DscResource.Base and SqlServerDsc.

Any resource that uses DscResource.Base has functions from this module which uses Write-Verbose. Example is Compare-ResourcePropertyState which uses Write-Verbose, from class-based resources this is not required as the community base class outputs which parameters are not in the desired state.

If the aim is to keep verbose output limited, it may be good to understand and document the rules for library functions on when Verbose level or Debug level statements should be used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThe issue is an enhancement request.help wantedThe issue is up for grabs for anyone in the community.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions