[
https://issues.apache.org/jira/browse/TAJO-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14195848#comment-14195848
]
ASF GitHub Bot commented on TAJO-1032:
--------------------------------------
Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/226#issuecomment-61604640
+1
The change looks straightforward.
> Improve TravisCI scripts to adjust log4j log level
> --------------------------------------------------
>
> Key: TAJO-1032
> URL: https://issues.apache.org/jira/browse/TAJO-1032
> Project: Tajo
> Issue Type: Bug
> Components: build
> Reporter: Hyunsik Choi
> Assignee: Jinho Kim
> Priority: Minor
>
> Since Travi CI limits the size of standard output log up to 4MB, our Travis
> CI script prints out only selected lines of unit tests by using grep command.
> Although this manner limits the output log size, it makes error diagnosis
> very hard. So, we need to solve it.
> One suggestion is to adjust the log level of log4j used for unit tests
> instead of grep commend. I expect that this manner will limit the log size as
> well as make error diagnosis easier.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)