8000 output database directory of instance for better reference (#14783) · arangodb/arangodb@708154b · GitHub
[go: up one dir, main page]

Skip to content

Commit 708154b

Browse files
authored
output database directory of instance for better reference (#14783)
1 parent 4551e53 commit 708154b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

js/client/modules/@arangodb/testutils/process-utils.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2057,7 +2057,10 @@ function launchFinalize(options, instanceInfo, startTime) {
20572057
} else {
20582058
ports.push('port ' + port);
20592059
}
2060-
processInfo.push(' [' + arangod.role + '] up with pid ' + arangod.pid + ' on port ' + port);
2060+
processInfo.push(' [' + arangod.role +
2061+
'] up with pid ' + arangod.pid +
2062+
' on port ' + port +
2063+
' - ' + arangod.args['database.directory']);
20612064
});
20622065

20632066
print(Date() + ' sniffing template:\n tcpdump -ni lo -s0 -w /tmp/out.pcap ' + ports.join(' or ') + '\n');

0 commit comments

Comments
 (0)
0