ctubbsii commented on pull request #1786: URL: https://github.com/apache/accumulo/pull/1786#issuecomment-729151190
> To be clear, you are saying that the spam is showing up in the master or tserver logs when starting Accumulo, and the entries in ` test/src/main/resources/log4j2-test.properties` suppress that? There are no logger settings in the `conf` directory for beanutils. If you do this on the `main` branch: ```diff --- a/test/src/main/resources/log4j2-test.properties +++ b/test/src/main/resources/log4j2-test.properties @@ -121,3 +120,0 @@ logger.29.level = info -logger.30.name = org.apache.commons.beanutils.converters -logger.30.level = info - ``` Then, do `mvn clean verify -Dtest=blah -Psunny -Dspotbugs.skip -Dcheckstyle.skip` Then, do `grep converters test/target/mini-tests/org.apache.accumulo.test.functional.ReadWriteIT_interleaved/logs/*` You will see them. You probably aren't seeing it because you're looking for `beanutil`, but our log4j configuration is set to only show the last two elements of the logger name, so the part with `beanutil` gets truncated. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
