exasol / bigquery-virtual-schema

Virtual Schema for connecting Big Query as a data source to Exasol
MIT License
1 stars 1 forks source link

Use system properties to set DEBUG_ADDRESS and LOG_LEVEL #11

Closed ckunki closed 1 year ago

ckunki commented 1 year ago

IntegrationTestSetup.java sets constant values for DEBUG_ADDRESS and LOG_LEVEL.

if (System.getProperty("test.vs-logs", "false").equals("true")) {
properties.put("DEBUG_ADDRESS", "127.0.0.1:3001");

Please consider to remove these lines and propose using the system properties supported by https://github.com/exasol/test-db-builder-java/issues/103 in the documentation (either user_guide or developer_guide).