1
0
Fork 0

Enable logs for setup of recovery test

This commit is contained in:
KVS85 2019-05-05 13:41:19 +03:00 committed by GitHub
parent fb85af85c6
commit d51aec7914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ function runArangodRecovery (params) {
argv = toArgv(
Object.assign(params.args,
{
'log.foreground-tty': 'true',
'javascript.script-parameter': 'setup'
}
)