You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "peng.jianhua (JIRA)" <ji...@apache.org> on 2017/05/22 11:41:04 UTC

[jira] [Created] (RANGER-1601) The log name is incorrect in ValuePrinter.java

peng.jianhua created RANGER-1601:
------------------------------------

             Summary: The log name is incorrect in ValuePrinter.java
                 Key: RANGER-1601
                 URL: https://issues.apache.org/jira/browse/RANGER-1601
             Project: Ranger
          Issue Type: Bug
          Components: plugins
            Reporter: peng.jianhua
            Assignee: peng.jianhua
            Priority: Trivial
         Attachments: 0001-RANGER-1601-The-log-name-is-incorrect-in-ValuePrinte.patch

The log name should use 'ValuePrinter.class' instead of 'RangerGeolocationDatabase.class' in ValuePrinter.java.
Change from 'private static final Log LOG = LogFactory.getLog(RangerGeolocationDatabase.class);' to 'private static final Log LOG = LogFactory.getLog(ValuePrinter.class);'



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)