-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️ Drop log priority #4170
♻️ Drop log priority #4170
Conversation
Code Climate has analyzed commit 5d8da2a and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!
|
Codecov Report
@@ Coverage Diff @@
## master #4170 +/- ##
=========================================
- Coverage 84.3% 72.8% -11.6%
=========================================
Files 955 377 -578
Lines 41398 19401 -21997
Branches 952 0 -952
=========================================
- Hits 34937 14124 -20813
+ Misses 6245 5277 -968
+ Partials 216 0 -216
Flags with carried forward coverage won't be shown. Click here to find out more.
|
What do these changes do?
Making logs in director-v2 more readable. The message was wrongly logged at
warning
log level. Dropping toinfo
as it makes more sense.Related issue/s
How to test
DevOps Checklist