File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/rest Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 20
20
import io .airlift .http .client .StringResponseHandler .StringResponse ;
21
21
import io .airlift .http .client .jetty .JettyHttpClient ;
22
22
import io .airlift .json .ObjectMapperProvider ;
23
+ import io .trino .testing .containers .PrintingLogConsumer ;
23
24
import org .intellij .lang .annotations .Language ;
24
25
import org .testcontainers .containers .BindMode ;
25
26
import org .testcontainers .containers .GenericContainer ;
@@ -67,6 +68,7 @@ public TestingPolarisCatalog(String warehouseLocation)
67
68
polarisCatalog .withEnv ("polaris.features.\" SUPPORTED_CATALOG_STORAGE_TYPES\" " , "[\" FILE\" ]" );
68
69
polarisCatalog .withEnv ("polaris.features.\" ALLOW_INSECURE_STORAGE_TYPES\" " , "true" );
69
70
polarisCatalog .withEnv ("polaris.features.\" DROP_WITH_PURGE_ENABLED\" " , "true" );
71
+ polarisCatalog .withLogConsumer (new PrintingLogConsumer ("polaris" ));
70
72
71
73
polarisCatalog .start ();
72
74
You can’t perform that action at this time.
0 commit comments