Repository: ambari Updated Branches: refs/heads/trunk 3ba3b8ed3 -> cfa30ec70
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/cfa30ec7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/cfa30ec7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/cfa30ec7 Branch: refs/heads/trunk Commit: cfa30ec70dac3d4b548fff3a17a6e0f4d9a6bd36 Parents: 3ba3b8e Author: Sumit Mohanty <[email protected]> Authored: Fri Dec 30 16:50:15 2016 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Fri Dec 30 16:52:12 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/cfa30ec7/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>
