Closed ckunki closed 1 year ago
IntegrationTestSetup.java sets constant values for DEBUG_ADDRESS and LOG_LEVEL.
DEBUG_ADDRESS
LOG_LEVEL
properties.put("DEBUG_ADDRESS", "127.0.0.1:3001"); properties.put("LOG_LEVEL", "ALL");
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).
IntegrationTestSetup.java sets constant values for
DEBUG_ADDRESS
andLOG_LEVEL
.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).