exasol / azure-data-lake-storage-gen2-document-files-virtual-schema

Virtual Schema for document files on Azure Data Lake Storage Gen2
MIT License
0 stars 1 forks source link

Use system properties to set DEBUG_ADDRESS and LOG_LEVEL #14

Closed ckunki closed 1 year ago

ckunki commented 2 years ago

IntegrationTestSetup.java sets constant values for DEBUG_ADDRESS and 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).