davisusanibar opened a new issue, #38005: URL: https://github.com/apache/arrow/issues/38005
### Describe the enhancement requested **Enhancement** By default the SLF4J root logger is assigned the DEBUG level. The proposal is to disable the debug log when running Java tests. **SLF4J Default BasicConfigurator Logging** ...by default the root logger is [assigned the DEBUG level.](https://logback.qos.ch/manual/configuration.html#defaultValuesForVariables:~:text=by%20default%20the%20root%20logger%20is%20assigned%20the%20DEBUG%20level).. **Current Arrow Java Test modules configured with default Debug by SLF4J are** - Memory Core - Memory Unsafe - Compression - Flight GRPC - Flight SQL - Algorithm - Avro **The following are some reasons why SLF4J Debug mode is enabled in testing modules** 1. If the current Memory Core module does not have a logback.xml or log4j2.xml configuration, then SLF4J assumes a Debug configuration by default. 2. If Parent (Memory Core) has logback.xml and log4j2.xml configured, but Child (Memory Unsafe) does not, then Child Memory Unsafe is considered and configured in Debug mode by default by SLF4J. 3. The same log debugging settings are enabled for: Compression, Flight GRPC/SQL, Algorithm and Avro. ### Component(s) Java -- 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]
