-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[dotnet] Enable internal logging at trace level for unit tests #13727
Conversation
PR Description updated to latest commit (71c090f)
|
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
71c090f
to
d11f540
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @nvborisenko!
User description
Enable internal logging at trace level for unit tests.
Description
Just enable logging to console output.
Motivation and Context
To see what log messages we have, where we can improve, supposedly it help investigation of failed tests easier.
Types of changes
Checklist
Type
enhancement, tests
Description
AssemblyFixture
class to improve visibility and debugging capabilities for unit tests.Changes walkthrough
AssemblyFixture.cs
Enable Trace Level Logging for Unit Tests
dotnet/test/common/AssemblyFixture.cs