mirror of https://gitee.com/bigwinds/arangodb
Enable logs for setup of recovery test
This commit is contained in:
parent
fb85af85c6
commit
d51aec7914
|
@ -86,6 +86,7 @@ function runArangodRecovery (params) {
|
|||
argv = toArgv(
|
||||
Object.assign(params.args,
|
||||
{
|
||||
'log.foreground-tty': 'true',
|
||||
'javascript.script-parameter': 'setup'
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue