adoroszlai commented on code in PR #5982:
URL: https://github.com/apache/ozone/pull/5982#discussion_r1448788069
##########
hadoop-ozone/integration-test/src/test/resources/log4j.properties:
##########
@@ -11,13 +11,13 @@
# limitations under the License.
# log4j configuration used during build and unit tests
-log4j.rootLogger=info,stdout
+log4j.rootLogger=ALL,stdout
log4j.threshold=ALL
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} [%t] %-5p %c{2}
(%F:%M(%L)) - %m%n
-log4j.logger.org.apache.hadoop.security.ShellBasedUnixGroupsMapping=ERROR
-log4j.logger.org.apache.hadoop.util.NativeCodeLoader=ERROR
-log4j.logger.org.apache.hadoop.hdds.utils.db.managed=TRACE
-log4j.logger.org.apache.hadoop.hdds.utils.db.CodecBuffer=DEBUG
+log4j.logger.org.apache.hadoop.security.ShellBasedUnixGroupsMapping=ALL
+log4j.logger.org.apache.hadoop.util.NativeCodeLoader=ALL
+log4j.logger.org.apache.hadoop.hdds.utils.db.managed=ALL
+log4j.logger.org.apache.hadoop.hdds.utils.db.CodecBuffer=ALL
Review Comment:
Please revert this part of the change.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]