[
https://issues.apache.org/jira/browse/DRILL-4571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15240931#comment-15240931
]
ASF GitHub Bot commented on DRILL-4571:
---------------------------------------
Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/472#discussion_r59694227
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java ---
@@ -303,4 +303,9 @@
StringValidator IMPERSONATION_POLICY_VALIDATOR =
new
InboundImpersonationManager.InboundImpersonationPolicyValidator(IMPERSONATION_POLICIES_KEY,
"[]");
+ /**
+ * Web settings
+ */
+ String WEB_LOGS_MAX_LINES = "drill.web.logs.max_lines";
--- End diff --
Agree. Updated PR.
> Add link to local Drill logs from the web UI
> --------------------------------------------
>
> Key: DRILL-4571
> URL: https://issues.apache.org/jira/browse/DRILL-4571
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Arina Ielchiieva
> Assignee: Arina Ielchiieva
> Attachments: display_log.JPG, log_list.JPG
>
>
> Now we have link to the profile from the web UI.
> It will be handy for the users to have the link to local logs as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)