@@ -149,21 +149,21 @@ jobs:
149149 run : |
150150 printf 'here is some data to encrypt' > data
151151
152- java -jar target/cmdline.jar \
152+ java -Djava.util.logging.config.file=$(pwd)/src/main/java/resources/logging.properties - jar target/cmdline.jar \
153153 --client-id=opentdf-sdk \
154154 --client-secret=secret \
155155 --platform-endpoint=http://localhost:8080 \
156156 -h\
157157 encrypt --kas-url=http://localhost:8080 --mime-type=text/plain --attr https://example.com/attr/attr1/value/value1 --autoconfigure=false -f data -m 'here is some metadata' > test.tdf
158158
159- java -jar target/cmdline.jar \
159+ java -Djava.util.logging.config.file=$(pwd)/src/main/java/resources/logging.properties - jar target/cmdline.jar \
160160 --client-id=opentdf-sdk \
161161 --client-secret=secret \
162162 --platform-endpoint=http://localhost:8080 \
163163 -h\
164164 decrypt -f test.tdf > decrypted
165165
166- java -jar target/cmdline.jar \
166+ java -Djava.util.logging.config.file=$(pwd)/src/main/java/resources/logging.properties - jar target/cmdline.jar \
167167 --client-id=opentdf-sdk \
168168 --client-secret=secret \
169169 --platform-endpoint=http://localhost:8080 \
@@ -297,21 +297,21 @@ jobs:
297297 run : |
298298 printf 'here is some data to encrypt' > data
299299
300- java -Djava.util.logging.config.file=. /src/main/java/resources/logging.properties -jar target/cmdline.jar \
300+ java -Djava.util.logging.config.file=$(pwd) /src/main/java/resources/logging.properties -jar target/cmdline.jar \
301301 --client-id=opentdf-sdk \
302302 --client-secret=secret \
303303 --platform-endpoint=http://localhost:8080 \
304304 -h\
305305 encrypt --kas-url=http://localhost:8080,http://localhost:8282 -f data -m 'here is some metadata' > test.tdf
306306
307- java -Djava.util.logging.config.file=. /src/main/java/resources/logging.properties -jar target/cmdline.jar \
307+ java -Djava.util.logging.config.file=$(pwd) /src/main/java/resources/logging.properties -jar target/cmdline.jar \
308308 --client-id=opentdf-sdk \
309309 --client-secret=secret \
310310 --platform-endpoint=http://localhost:8080 \
311311 -h\
312312 decrypt -f test.tdf --kas-allowlist http://localhost:8080,http://localhost:8282 > decrypted
313313
314- java -Djava.util.logging.config.file=. /src/main/java/resources/logging.properties -jar target/cmdline.jar \
314+ java -Djava.util.logging.config.file=$(pwd) /src/main/java/resources/logging.properties -jar target/cmdline.jar \
315315 --client-id=opentdf-sdk \
316316 --client-secret=secret \
317317 --platform-endpoint=http://localhost:8080 \
0 commit comments