Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setShowCauses (0.42 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/ElasticsearchTestBasePlugin.java

                test.systemProperty("io.netty.recycler.maxCapacityPerThread", "0");
    
                test.testLogging(logging -> {
                    logging.setShowExceptions(true);
                    logging.setShowCauses(true);
                    logging.setExceptionFormat("full");
                });
    
                if (OS.current().equals(OS.WINDOWS) && System.getProperty("tests.timeoutSuite") == null) {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Aug 24 22:14:49 GMT 2021
    - 10.4K bytes
    - Click Count (0)
Back to Top