-
Notifications
You must be signed in to change notification settings - Fork 52
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
Reduce number of logs #947
Conversation
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-947 |
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
a715e53
to
7c34379
Compare
Codecov Report
@@ Coverage Diff @@
## main #947 +/- ##
==========================================
- Coverage 82.92% 82.82% -0.10%
==========================================
Files 361 361
Lines 37351 37462 +111
Branches 2390 2389 -1
==========================================
+ Hits 30973 31029 +56
- Misses 6351 6406 +55
Partials 27 27
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-947 |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, olexii4 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build 3.11 :: dashboard_3.x/373: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5068: Console, Changes, Git Data |
Build 3.11 :: get-sources-rhpkg-container-build_3.x/4906: dashboard : 3.x :: Failed in : quay.io/devspaces/dashboard-rhel8:3.11-1 |
What does this PR do?
This PR replaces
console.log
s with pino.js logger and adds ability to change the logLevel dynamically.What issues does this PR fix or reference?
resolves eclipse-che/che#22533