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

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

     [ https://issues.apache.org/jira/browse/RANGER-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Qiang Zhang resolved RANGER-1601.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0

> 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
>             Fix For: 1.0.0
>
>         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)