You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2016/12/31 00:51:30 UTC

ambari git commit: AMBARI-19323. Add log rotation settings to Atlas, Kafka, Knox, Log Search - remove extra double quote (Madhuvanthi Radhakrishnan via smohanty)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 5c3d7dbcf -> 8b91bc593


AMBARI-19323. Add log rotation settings to Atlas, Kafka, Knox, Log Search - remove extra double quote (Madhuvanthi Radhakrishnan via smohanty)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8b91bc59
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8b91bc59
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8b91bc59

Branch: refs/heads/branch-2.5
Commit: 8b91bc593f615bc704db8ccd273c7d18130cbcf3
Parents: 5c3d7db
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Fri Dec 30 16:50:15 2016 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Fri Dec 30 16:50:15 2016 -0800

----------------------------------------------------------------------
 .../LOGSEARCH/0.5.0/properties/logsearch-log4j.xml.j2              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8b91bc59/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/properties/logsearch-log4j.xml.j2
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/properties/logsearch-log4j.xml.j2 b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/properties/logsearch-log4j.xml.j2
index 37fd925..cc5addf 100644
--- a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/properties/logsearch-log4j.xml.j2
+++ b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/properties/logsearch-log4j.xml.j2
@@ -55,7 +55,7 @@ limitations under the License.
     <param name="file" value="{{logsearch_log_dir}}/logsearch-performance.json"/>
     <param name="Threshold" value="info"/>
     <param name="append" value="true"/>
-    <param name="maxFileSize" value="{{logsearch_perf_log_maxfilesize}}MB""/>
+    <param name="maxFileSize" value="{{logsearch_perf_log_maxfilesize}}MB"/>
     <param name="maxBackupIndex" value="{{logsearch_perf_log_maxbackupindex}}"/>
     <layout class="org.apache.ambari.logsearch.appender.LogsearchConversion" />
   </appender>