Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document default value for diag trace level #4640

Merged
merged 1 commit into from Aug 4, 2023

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
2 checks passed
@nohwnd
Copy link
Member

nohwnd commented Aug 4, 2023

Thank you :)

@riQQ riQQ deleted the riQQ-patch-1 branch August 4, 2023 07:38
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.

None yet

2 participants