This is an automated email from the ASF dual-hosted git repository.
oleewere pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new a0681ea [AMBARI-24015] Add the dependency of slf4j-log4j12 to fix the
lack of log4j output (#1476)
a0681ea is described below
commit a0681eabb49ca8f1ed0fe71839da8a31af96cd05
Author: a8726426 <[email protected]>
AuthorDate: Sun Jun 10 04:11:57 2018 +0800
[AMBARI-24015] Add the dependency of slf4j-log4j12 to fix the lack of log4j
output (#1476)
There is no data in log file without the dependency of slf4j-log4j12
---
ambari-logsearch/ambari-logsearch-portal/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ambari-logsearch/ambari-logsearch-portal/pom.xml
b/ambari-logsearch/ambari-logsearch-portal/pom.xml
index 1458503..4e9fb5b 100755
--- a/ambari-logsearch/ambari-logsearch-portal/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-portal/pom.xml
@@ -569,6 +569,10 @@
<version>1.2.17</version>
</dependency>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
<version>${solr.version}</version>
--
To stop receiving notification emails like this one, please contact
[email protected].