lujiajing1126 opened a new pull request #5363: URL: https://github.com/apache/skywalking/pull/5363
Please answer these questions before submitting a pull request - Why submit this pull request? - [ ] Bug fix - [x] New feature provided - [ ] Improve performance - Related issues Both #5362 and #5356 ___ ### New feature or improvement `logger` is no longer allowed for constants. - [x] Rename all constant `logger` to `LOGGER` - [x] A few `final static` to `static final` - [x] Remove unused jul `logger` in `ConfigInitializer` - [x] keep `logger` unchanged if they are local variables ---------------------------------------------------------------- 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]
