Closed federicobond closed 9 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
15ce8f9
) 93.84% compared to head (bab6c03
) 93.89%.
Files | Patch % | Lines |
---|---|---|
openfeature/client.py | 66.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR
Replaces the root logger with a custom logger for all logs emitted by the package.
I believe this should cover the logging requirements for the SDK, since logs can be manipulated later via handlers and formatters using the standard library
logging
package interface.Follow-up Tasks