Repository: ambari Updated Branches: refs/heads/trunk 5bd5e2da8 -> 797a759a5
AMBARI-17254. Log Search default log levels can not be altered (Miklos Gergely via oleewere) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/797a759a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/797a759a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/797a759a Branch: refs/heads/trunk Commit: 797a759a52f3da9838b1ee1bba5bf174c5aa0e63 Parents: 5bd5e2d Author: Miklos Gergely <[email protected]> Authored: Fri Jun 17 17:05:54 2016 +0200 Committer: oleewere <[email protected]> Committed: Fri Jun 17 17:05:54 2016 +0200 ---------------------------------------------------------------------- .../LOGSEARCH/0.5.0/configuration/logsearch-properties.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/797a759a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-properties.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-properties.xml b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-properties.xml index 53fc8f4..87639ce 100644 --- a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-properties.xml +++ b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-properties.xml @@ -115,8 +115,11 @@ <property> <name>logsearch.logfeeder.include.default.level</name> <value>FATAL,ERROR,WARN</value> - <description>Include default Logfeeder log levels for Log Search</description> + <description>Include default Logfeeder log levels for Log Search. Used for bootstrapping the configuration only.</description> <display-name>Logfeeder log levels</display-name> + <value-attributes> + <editable-only-at-install>true</editable-only-at-install> + </value-attributes> <on-ambari-upgrade add="true"/> </property> <property>
