Uh oh!
There was an error while loading. Please reload this page.
[STORM-833] Logging framework logback -> log4j 2.x - #562
Conversation
revans2
commented
May 27, 2015
For a first pass things look good. I am +1, but I wrote some of the code you cherry picked in so my +1 only applies to code I didn't touch :) |
d2r
commented
Jun 3, 2015
Seems with this change the worker will also redact the ZooKeeper authentication payload from the conf, so if it is defined, then the secret is not logged. This is a good additional improvement. I built the code, ran the tests, and checked that logging was happening with the ExclamationTopology. I am +1 |
HeartSaVioR
commented
Jun 4, 2015
We can see Travis CI is complaining that log is exceed 4M again. I filed issue here - https://issues.apache.org/jira/browse/STORM-850. To prevent it, we used logback-test.xml from storm-core, and it doesn't converted to log4j2-test.xml. And I can find how to use system environment from config file, but I can't find how to set default value. I agree its limitation is bad, and current approach may not be best. |
revans2
commented
Jun 5, 2015
Sorry about that I completely forgot about that part. I will try to get a pull request up for it today. |
HeartSaVioR
commented
Jun 5, 2015
No problem. Seems like random test failures make us not checking Travis CI's result. |
As part of changes to logging framework: