ivankelly commented on a change in pull request #2865: Refactored JCloud Tiered Storage URL: https://github.com/apache/pulsar/pull/2865#discussion_r229605298
########## File path: tiered-storage/jcloud/src/test/java/org/apache/bookkeeper/mledger/offload/jcloud/BlobStoreTestBase.java ########## @@ -26,9 +28,12 @@ import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; +import lombok.extern.slf4j.Slf4j; + +@Slf4j Review comment: there's already a log defined. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
