You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Arina Ielchiieva (JIRA)" <ji...@apache.org> on 2019/03/20 11:03:00 UTC

[jira] [Created] (DRILL-7124) Fix logger for ShowFilesHandler

Arina Ielchiieva created DRILL-7124:
---------------------------------------

             Summary: Fix logger for ShowFilesHandler
                 Key: DRILL-7124
                 URL: https://issues.apache.org/jira/browse/DRILL-7124
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.15.0
            Reporter: Arina Ielchiieva
            Assignee: Arina Ielchiieva
             Fix For: 1.16.0


Replace
 {{private static final Logger logger = getLogger(SetOptionHandler.class)}} 
with 
{{private static final Logger logger = getLogger(ShowFilesHandler.class)}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)