kezhenxu94 opened a new pull request #3075: Fix wrong logger name URL: https://github.com/apache/skywalking/pull/3075 Please answer these questions before submitting pull request - Why submit this pull request? - [x] Bug fix - [ ] New feature provided - [ ] Improve performance Logger name differentiate from the real class may be troublesome when debugging, and we have several pull requests that try to correct some of them (#3054), but not all of them. So I just wrote [a simple shell](https://gist.github.com/kezhenxu94/806af6bbc944b93f7aa6e0b18ce5f3f5) script to find out all such cases and fix them once and for all. Since we are using `lombok`, to avoid such problem in the future, I'd recommend using `@Slf4j` annotation in future PRs when possible.
---------------------------------------------------------------- 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] With regards, Apache Git Services
