mirror of https://gitee.com/bigwinds/arangodb
Silence repliction in unit tests.
This commit is contained in:
parent
8239ed9ea4
commit
8ffbf2462e
|
@ -297,6 +297,7 @@ function makeArgsArangod(options, appDir) {
|
|||
"javascript.v8-contexts": "5",
|
||||
"http.trusted-origin": "all",
|
||||
"log.level": "warn",
|
||||
"log.level=replication=warn": null,
|
||||
"server.allow-use-database": "true",
|
||||
"server.authentication": "false",
|
||||
"server.threads": "20",
|
||||
|
|
Loading…
Reference in New Issue