exasol / s3-document-files-virtual-schema

Virtual Schema for document files on AWS S3
MIT License
3 stars 1 forks source link

Use system properties to set DEBUG_ADDRESS and LOG_LEVEL #98

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).