You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce dynamic config client log level to INFO to address noisy debug logging (#8354)
## What changed?
Added functionality to override the dynamic config client log level to
INFO for all services in the functional tests.
### Why?
The dynamic config client introduced in #7052 logs "No such key in
dynamic config, using default" at DEBUG level every time a dynamic
config key is checked without an override. This creates extremely noisy
logs during testing as it fires for many dynamic config checks, making
it difficult to see relevant test output and debug information.
This approach:
- Only affects the dynamic config client logging, not the main service
logs
- Only applicable to tests not production code
## How did you test it?
- [x] built
- [x] run locally and tested manually
- [x] covered by existing tests
- [ ] added new unit test(s)
- [ ] added new functional test(s)
---------
Co-authored-by: alex stanfield <[email protected]>
0 commit comments