Skip to content

Commit

Permalink
testing: enable rocksdb logging (arangodb#18454)
Browse files Browse the repository at this point in the history
  • Loading branch information
dothebart authored Mar 27, 2023
1 parent e932e80 commit bd79b3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/client/modules/@arangodb/testsuites/endpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ class endpointRunner extends tu.runInArangoshRunner {
this.instance = new inst.instance(this.options,
inst.instanceRole.single,
{
'log.level': 'startup=trace',
'log.force-direct': 'true'
'log.level': ['startup=trace', 'rocksdb=trace'],
'log.force-direct': 'true',
'rocksdb.debug-logging': 'true',
},
{}, 'tcp', this.dummyDir, '',
new inst.agencyConfig(this.options, null));
Expand Down

0 comments on commit bd79b3b

Please sign in to comment.