-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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(log): log load config only when Debug level #1899
feat(log): log load config only when Debug level #1899
Conversation
ecc2ccc
to
aa23a72
Compare
It looks like there is a problem with some tests, can you help look at them? @huyuanxin |
ok, I will fix docker image update: |
Thanks |
Codecov Report
@@ Coverage Diff @@
## main #1899 +/- ##
==========================================
+ Coverage 80.80% 80.81% +0.01%
==========================================
Files 80 80
Lines 3568 3565 -3
==========================================
- Hits 2883 2881 -2
+ Misses 478 477 -1
Partials 207 207
Continue to review full report at Codecov.
|
Description (what this PR does / why we need it):
Normally we don't need to know the config load key info, only we need to be aware of it when debugging.
So change Info level to Debug
Which issue(s) this PR fixes (resolves / be part of):
fixes #
Other special notes for reviewer: