mirror of https://gitee.com/bigwinds/arangodb
Revert change in scripts/startLocalCluster.sh (#8527)
This commit is contained in:
parent
868b58c7d7
commit
348bc5d2cb
|
@ -236,7 +236,6 @@ start() {
|
|||
--log.force-direct true \
|
||||
--log.level $LOG_LEVEL_CLUSTER \
|
||||
--javascript.allow-admin-execute true \
|
||||
--server.statistics false \
|
||||
$STORAGE_ENGINE \
|
||||
$AUTHENTICATION \
|
||||
$SSLKEYFILE \
|
||||
|
@ -260,7 +259,6 @@ start() {
|
|||
--log.thread true \
|
||||
--log.level $LOG_LEVEL_CLUSTER \
|
||||
--javascript.allow-admin-execute true \
|
||||
--server.statistics false \
|
||||
$STORAGE_ENGINE \
|
||||
$AUTHENTICATION \
|
||||
$SSLKEYFILE \
|
||||
|
|
Loading…
Reference in New Issue