You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2018/06/09 20:18:44 UTC

[ambari] branch branch-2.4 updated: [AMBARI-24015] Add the dependency of slf4j-log4j12 to fix the lack of log4j output (#1475)

This is an automated email from the ASF dual-hosted git repository.

oleewere pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new 8f69cd7  [AMBARI-24015] Add the dependency of slf4j-log4j12 to fix the lack of log4j output (#1475)
8f69cd7 is described below

commit 8f69cd75d52cf52d9fe8250fdfb7410d10a85b93
Author: a8726426 <li...@139.com>
AuthorDate: Sun Jun 10 04:18:38 2018 +0800

    [AMBARI-24015] Add the dependency of slf4j-log4j12 to fix the lack of log4j output (#1475)
    
    Add the dependency of slf4j-log4j12 to fix the lack of log4j output
---
 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 63b71bf..5f255ea 100755
--- a/ambari-logsearch/ambari-logsearch-portal/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-portal/pom.xml
@@ -529,6 +529,10 @@
     <artifactId>log4j</artifactId>
     <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>

-- 
To stop receiving notification emails like this one, please contact
oleewere@apache.org.