zifeihan opened a new pull request #5678: URL: https://github.com/apache/skywalking/pull/5678
Please answer these questions before submitting a pull request - Why submit this pull request? - [x] Bug fix - [ ] New feature provided - [ ] Improve performance - Related issues ___ ### Bug fix - Bug description. Fix application start duration log "Failed to load class "org.slf4j.impl.StaticLoggerBinder"." when use kafka reporter. because kafka reporter use slf4j-api, but no implementor for slf4j. - How to fix? kafka client will log some message by slf4j-api,but no org.slf4j.impl.StaticLoggerBinder implementor for slf4j-api, add org.slf4j.impl.StaticLoggerBinder implementor , so we can rewrite kafka log to skywalking log. ___ ### New feature or improvement - Describe the details and related test reports. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
