-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat(client): delete none
and warning
from clientLogLevel
#1998
Conversation
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## next #1998 +/- ##
=========================================
- Coverage 92.4% 92.36% -0.05%
=========================================
Files 28 28
Lines 1067 1061 -6
Branches 324 322 -2
=========================================
- Hits 986 980 -6
Misses 77 77
Partials 4 4
Continue to review full report at Codecov.
|
cb7e81a
to
237cfa1
Compare
none
and warning
because they are deprecatednone
and warning
from clientLogLevel
client-src/default/utils/log.js
Outdated
case SILENT: | ||
log.disableAll(); | ||
break; | ||
default: | ||
if (level === 'none' || level === 'warning') { | ||
log.error('[WDS] "none" and "warning" have been deprecated.'); | ||
} |
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.
Remove this, no need this in next release, it is major release
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.
fm, I want to avoid receiving many issues about these changes from everyone.😞
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.
ok, I'll delete here but I'll add warn to master maybe. what do you think?
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.
Good work, one note!
237cfa1
to
c226f5c
Compare
ISSUE: #1901
For Bugs and Features; did you add new tests?
yes
Motivation / Use-Case
See the title.
Breaking Changes
yes
Additional Info