This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new a85657f [hotfix] reduce CI output to fix CI failure a85657f is described below commit a85657f319d40d57f6af3e607b9687b01ab8c272 Author: Jeff Zhang <zjf...@apache.org> AuthorDate: Tue Jan 21 14:56:48 2020 +0800 [hotfix] reduce CI output to fix CI failure --- rlang/src/test/resources/log4j.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rlang/src/test/resources/log4j.properties b/rlang/src/test/resources/log4j.properties index 4836e66..ed2672f 100644 --- a/rlang/src/test/resources/log4j.properties +++ b/rlang/src/test/resources/log4j.properties @@ -23,5 +23,5 @@ log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%5p [%d] ({%t} %F[%M]:%L) - %m%n -log4j.logger.org.apache.zeppelin.interpreter.util=DEBUG -log4j.logger.org.apache.zeppelin.jupyter=DEBUG +#log4j.logger.org.apache.zeppelin.interpreter.util=DEBUG +#log4j.logger.org.apache.zeppelin.jupyter=DEBUG