-
Notifications
You must be signed in to change notification settings - Fork 117
[feat] Better logging of framework activities, especially test loading #1571
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
Conversation
- The initialization of the framework and the loading of checks is much better logged now. The test loading and filtering is logged at the verbose level. - A new debug level, DEBUG2, was introduced. All messages from the execution policies and the actual OS commands that are being executed are logged in this level. - The default level for the logger objects is now set to "undefined." This allows for the seamless addition of new debug levels in the future.
…into feat/improve-debug-calls
Codecov Report
@@ Coverage Diff @@
## master #1571 +/- ##
==========================================
- Coverage 88.04% 87.99% -0.05%
==========================================
Files 44 44
Lines 6899 6958 +59
==========================================
+ Hits 6074 6123 +49
- Misses 825 835 +10
Continue to review full report at Codecov.
|
ekouts
left a comment
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.
Lgtm
|
@jenkins-cscs retry daint |
Fixes #1046.
It also addresses #795, since by increasing verbosity you can now see what files are being loaded and how many tests.