-
Notifications
You must be signed in to change notification settings - Fork 8
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
Replace some prints by log messages #70
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #70 +/- ##
==========================================
- Coverage 98.34% 96.26% -2.08%
==========================================
Files 1 1
Lines 302 348 +46
Branches 38 44 +6
==========================================
+ Hits 297 335 +38
- Misses 0 3 +3
- Partials 5 10 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
66fe039
to
178e1f8
Compare
178e1f8
to
39d6dfd
Compare
Signed-off-by: Andrea Waltlova <[email protected]>
Now the logs will be written to the log file and also have a link to the sos report, so when it will be collected, we will have all the logs that were executed as well.
Signed-off-by: Andrea Waltlova <[email protected]>
5733fda
to
c74d419
Compare
Signed-off-by: Andrea Waltlova <[email protected]>
Adjusted few tests here and there to increase coverage, now just some lines in logging functions are missing |
HMS-3838
SSIA
rhc
Pass log level to executed script for more granular logging possibility rhc-worker-script#119Resolves: #49