Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 416e645

Browse files
committed
add logging
(c) Copyright IBM Corp. 2016
1 parent 37b4766 commit 416e645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ _run:
240240
@docker run $(OPTIONS) --name $(SERVER_NAME) \
241241
$(PORT_MAP) \
242242
-e USE_HTTP=1 \
243+
-e JVM_OPT=-Dlog4j.logLevel=trace \
243244
-v `pwd`:/src \
244245
$(VOL_MAP) \
245246
$(REPO) bash -c '$(SETUP_CMD) \

0 commit comments

Comments
 (0)