Skip to content

Commit

Permalink
[Java] Change event logging media driver to all as it can be overridd…
Browse files Browse the repository at this point in the history
…en by JVM_OPTS.
  • Loading branch information
mjpt777 committed Sep 18, 2017
1 parent 60030e6 commit 7e83053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeron-samples/scripts/logging-media-driver
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ VERSION=`cat ../../version.txt`
${JAVA_HOME}/bin/java \
-cp ../build/libs/samples.jar \
-javaagent:../../aeron-agent/build/libs/aeron-agent-${VERSION}-all.jar \
-Daeron.event.log=admin,FRAME_IN \
-Daeron.event.log=all \
${JVM_OPTS} io.aeron.driver.MediaDriver "$@"

0 comments on commit 7e83053

Please sign in to comment.