8000 Revert change in scripts/startLocalCluster.sh by graetzer · Pull Request #8527 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Revert change in scripts/startLocalCluster.sh #8527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 22, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
revert change in scripts/startLocalCluster.sh
  • Loading branch information
graetzer committed Mar 22, 2019
commit f2127256c969e8a59402cb3db47299bd9e288249
2 changes: 0 additions & 2 deletions scripts/startLocalCluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ for aid in `seq 0 $(( $NRAGENTS - 1 ))`; do
--database.directory cluster/data$PORT \
--javascript.enabled false \
--server.endpoint $TRANSPORT://$ENDPOINT:$PORT \
--server.statistics false \
--log.file cluster/$PORT.log \
--log.force-direct true \
--log.level $LOG_LEVEL_AGENCY \
Expand All @@ -181,7 +180,6 @@ for aid in `seq 0 $(( $NRAGENTS - 1 ))`; do
--database.directory cluster/data$PORT \
--javascript.enabled false \
--server.endpoint $TRANSPORT://$ENDPOINT:$PORT \
--server.statistics false \
--log.file cluster/$PORT.log \
--log.force-direct true \
--log.level $LOG_LEVEL_AGENCY \
Expand Down
0