Hyunsik Choi created TAJO-1032:
----------------------------------
Summary: 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
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)