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)