You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Bohdan Kazydub (JIRA)" <ji...@apache.org> on 2018/08/15 11:04:00 UTC

[jira] [Created] (DRILL-6689) Include query user information to drillbit.log

Bohdan Kazydub created DRILL-6689:
-------------------------------------

             Summary: Include query user information to drillbit.log
                 Key: DRILL-6689
                 URL: https://issues.apache.org/jira/browse/DRILL-6689
             Project: Apache Drill
          Issue Type: Improvement
            Reporter: Bohdan Kazydub
            Assignee: Bohdan Kazydub


Currently, query information is logged as

INFO o.a.drill.exec.work.foreman.Foreman - Query text for query id _queryId_: explain plan for select * from dfs./tmp/customer where name like 'Jo%'

In order to easily track user details username of user which issues the query could be included in a following format

INFO o.a.drill.exec.work.foreman.Foreman - Query text for query with id _queryId_ *issued by _username_*: explain plan for select * from dfs./tmp/customer where name like 'Jo%'



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