You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2020/12/03 16:59:12 UTC

[GitHub] [phoenix] stoty commented on a change in pull request #1001: PHOENIX-6242 Remove remaining commons-logging references

stoty commented on a change in pull request #1001:
URL: https://github.com/apache/phoenix/pull/1001#discussion_r535412746



##########
File path: phoenix-core/src/it/java/org/apache/phoenix/end2end/MaxLookbackIT.java
##########
@@ -60,7 +60,7 @@
 
 @NeedsOwnMiniClusterTest
 public class MaxLookbackIT extends BaseUniqueNamesOwnClusterIT {
-    private static final Log LOG = LogFactory.getLog(MaxLookbackIT.class);
+    public static final Logger LOG = LoggerFactory.getLogger(MaxLookbackIT.class);

Review comment:
       Of course. Thanks for catching this copy-paste error.




----------------------------------------------------------------
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:
users@infra.apache.org