Wes McKinney created ARROW-2815: ----------------------------------- Summary: [C++] Suppress DEBUG logging when building Java library in C++ CI entries Key: ARROW-2815 URL: https://issues.apache.org/jira/browse/ARROW-2815 Project: Apache Arrow Issue Type: Improvement Components: C++ Reporter: Wes McKinney
The Java build is rather verbose with logging output from tests, in addition to the warnings from the checkstyle plugin, e.g. {code} 08:03:10.299 [main] DEBUG org.apache.arrow.memory.BaseAllocator - closed allocator[ROOT]. 08:03:10.334 [main] DEBUG org.apache.arrow.vector.ipc.message.ArrowRecordBatch - Buffer in RecordBatch at 0, length: 2 08:03:10.335 [main] DEBUG org.apache.arrow.vector.ipc.message.ArrowRecordBatch - Buffer in RecordBatch at 8, length: 16 08:03:10.338 [main] DEBUG org.apache.arrow.vector.ipc.WriteChannel - Writing buffer with size: 6 08:03:10.338 [main] DEBUG org.apache.arrow.vector.ipc.WriteChannel - Writing buffer with size: 2 08:03:10.346 [main] DEBUG org.apache.arrow.vector.ipc.WriteChannel - Writing buffer with size: 4 08:03:10.349 [main] DEBUG org.apache.arrow.vector.ipc.WriteChannel - Writing buffer with size: 152 08:03:10.353 [main] DEBUG org.apache.arrow.vector.ipc.WriteChannel - Writing buffer with size: 4 {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)