You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2019/02/16 05:31:25 UTC

[zeppelin] branch branch-0.8 updated: ZEPPELIN-3604. Remove threshold in log4j.properties

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

zjffdu pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.8 by this push:
     new 65a5b9f  ZEPPELIN-3604. Remove threshold in log4j.properties
65a5b9f is described below

commit 65a5b9f513ddf4afbc24ed075523aa25e9422163
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Wed Jul 11 10:19:24 2018 +0800

    ZEPPELIN-3604. Remove threshold in log4j.properties
    
    ### What is this PR for?
    Trivial PR to remove threshold in log4j.properties
    
    ### What type of PR is it?
    [Improvement]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-3604
    
    ### How should this be tested?
    * CI pass
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Jeff Zhang <zj...@apache.org>
    
    Closes #3062 from zjffdu/ZEPPELIN-3604 and squashes the following commits:
    
    11952e092 [Jeff Zhang] ZEPPELIN-3604. Remove threshold in log4j.properties
    
    (cherry picked from commit d0178c789c7f64c1c535c6ff8780b9285d01e50b)
---
 conf/log4j.properties | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conf/log4j.properties b/conf/log4j.properties
index b132ce1..97f38e3 100644
--- a/conf/log4j.properties
+++ b/conf/log4j.properties
@@ -22,7 +22,6 @@ log4j.appender.stdout.layout = org.apache.log4j.PatternLayout
 log4j.appender.stdout.layout.ConversionPattern=%5p [%d] ({%t} %F[%M]:%L) - %m%n
 
 log4j.appender.dailyfile.DatePattern=.yyyy-MM-dd
-log4j.appender.dailyfile.Threshold = INFO
 log4j.appender.dailyfile = org.apache.log4j.DailyRollingFileAppender
 log4j.appender.dailyfile.File = ${zeppelin.log.file}
 log4j.appender.dailyfile.layout = org.apache.log4j.PatternLayout