mimaison commented on code in PR #22779:
URL: https://github.com/apache/kafka/pull/22779#discussion_r3586382774
##########
core/src/main/scala/kafka/utils/Logging.scala:
##########
@@ -48,7 +31,7 @@ trait Logging {
protected var logIdent: String = _
- Log4jControllerRegistration
+ Log4jControllerRegistration.register()
Review Comment:
I wonder if it's better to keep here, at least for now. We still have a few
Scala classes using `Logging`, like `StorageTool`, that need this call.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]