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

Exceptions are not being logged #2577

Closed
dkbennett opened this issue Apr 10, 2024 · 0 comments · Fixed by #2578
Closed

Exceptions are not being logged #2577

dkbennett opened this issue Apr 10, 2024 · 0 comments · Fixed by #2578
Assignees
Labels
Area-Core Related to Dev Home as a whole 🏠 Issue-Bug Something isn't working or needs investigation Priority-2 Resolution-Fix-Available Available in a release

Comments

@dkbennett
Copy link
Member

Dev Home version

No response

Windows build number

No response

Other software

No response

Steps to reproduce the bug

Exceptions are not being logged due to incorrect ordering in the log message.

Error(ex, "Message") is correct format, while current logs are Error("Message", ex).

Expected result

No response

Actual result

Exceptions are not being logged.

Included System Information

No response

Included Extensions Information

No response

@dkbennett dkbennett added the Issue-Bug Something isn't working or needs investigation label Apr 10, 2024
@dkbennett dkbennett self-assigned this Apr 10, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage New issue that the core contributors need to triage label Apr 10, 2024
@dkbennett dkbennett mentioned this issue Apr 10, 2024
3 tasks
@krschau krschau added this to the Dev Home v0.13 milestone Apr 10, 2024
@krschau krschau added Priority-2 Area-Core Related to Dev Home as a whole 🏠 Resolution-Fix-Committed Fix is checked in, but may take 3-4 weeks before it's in a release and removed Needs-Triage New issue that the core contributors need to triage labels Apr 10, 2024
@krschau krschau added Resolution-Fix-Available Available in a release and removed Resolution-Fix-Committed Fix is checked in, but may take 3-4 weeks before it's in a release labels Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Core Related to Dev Home as a whole 🏠 Issue-Bug Something isn't working or needs investigation Priority-2 Resolution-Fix-Available Available in a release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants