Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We adopted Travis CI (STORM-704) , and we had to adjust unit tests log level to WARN when unit tests are running with Travis CI cause Travis CI complains console log is bigger than 4M.
Recently we adopt log4j2 (STORM-833), but seems like we don't convert logback-test.xml to log4j2-test.xml so when Travis CI builds Storm, log is exceed 4M again.