pkumar-singh commented on a change in pull request #2758:
URL: https://github.com/apache/bookkeeper/pull/2758#discussion_r680141845
##########
File path:
stream/storage/impl/src/main/java/org/apache/bookkeeper/stream/storage/impl/metadata/RootRangeStoreImpl.java
##########
@@ -64,6 +66,8 @@
public class RootRangeStoreImpl
implements RootRangeStore {
+ private static final Logger logger =
LoggerFactory.getLogger(RootRangeStoreImpl.class);
Review comment:
You do not have to create this.
I think you can log just like that. Creation of logger is taken care of by
@Slf4j
log.info("My log {}", myVar)
--
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]