Repository: ambari Updated Branches: refs/heads/branch-2.4 14d79d002 -> 21ed914a3
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/21ed914a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/21ed914a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/21ed914a Branch: refs/heads/branch-2.4 Commit: 21ed914a38dd562aa54bd7ff7b95f2036bbc8b09 Parents: 14d79d0 Author: Miklos Gergely <[email protected]> Authored: Fri Jun 17 17:05:54 2016 +0200 Committer: oleewere <[email protected]> Committed: Fri Jun 17 17:28:09 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/21ed914a/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>
