[
https://issues.apache.org/jira/browse/PHOENIX-6242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243353#comment-17243353
]
ASF GitHub Bot commented on PHOENIX-6242:
-----------------------------------------
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:
[email protected]
> Remove remaining commons-logging references
> --------------------------------------------
>
> Key: PHOENIX-6242
> URL: https://issues.apache.org/jira/browse/PHOENIX-6242
> Project: Phoenix
> Issue Type: Improvement
> Components: core
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Minor
>
> We've largely finished the migration to slf4j, but 4.x has a few instances
> left, and the poms still reference it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)