Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Class Load Order in Netty4Plugin (#42591)
* Don't force the logger in the Netty4Plugin class already, at this point log4j might not be fully initialized. * The call was redundant anyway since we do the same thing in the Netty4Transport and Netty4HttpServerTransport classes already and there we do it properly after setting up log4j by initilizing the loggers * Relates #42532
- Loading branch information