Repository: zeppelin Updated Branches: refs/heads/master 770fb03be -> d0178c789
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 <[email protected]> Closes #3062 from zjffdu/ZEPPELIN-3604 and squashes the following commits: 11952e092 [Jeff Zhang] ZEPPELIN-3604. Remove threshold in log4j.properties Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/d0178c78 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/d0178c78 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/d0178c78 Branch: refs/heads/master Commit: d0178c789c7f64c1c535c6ff8780b9285d01e50b Parents: 770fb03 Author: Jeff Zhang <[email protected]> Authored: Wed Jul 11 10:19:24 2018 +0800 Committer: Jeff Zhang <[email protected]> Committed: Wed Jul 11 13:43:06 2018 +0800 ---------------------------------------------------------------------- conf/log4j.properties | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d0178c78/conf/log4j.properties ---------------------------------------------------------------------- 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
