Skip to content

Conversation

riQQ
Copy link
Contributor

@riQQ riQQ commented Aug 4, 2023

Description

Document the default value verbose for the diag trace level.

See

private static PlatformTraceLevel GetDiagTraceLevel(Dictionary<string, string> diagParameters)
{
// If diag parameters is null, set value of trace level as verbose.
if (diagParameters == null)
{
return PlatformTraceLevel.Verbose;
}

Related issue

No issue, just a documentation update.

  • I have ensured that there is a previously discussed and approved issue.

@nohwnd nohwnd merged commit 1a16b01 into microsoft:main Aug 4, 2023
@nohwnd
Copy link
Member

nohwnd commented Aug 4, 2023

Thank you :)

@riQQ riQQ deleted the riQQ-patch-1 branch August 4, 2023 07:38
This was referenced Jul 22, 2025
This was referenced Sep 4, 2025
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.

2 participants