Skip to content

Commit e746433

Browse files
committed
Enable query logging for the test database
1 parent 7900faf commit e746433

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/internal/shared-neo4j.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@ const additionalConfig = {
111111
'dbms.transaction.bookmark_ready_timeout': '5s',
112112

113113
// enable GC logging
114-
'dbms.logs.gc.enabled': true
114+
'dbms.logs.gc.enabled': true,
115+
116+
// enable query logging
117+
'dbms.logs.query.enabled': true
115118
};
116119

117120
const neoCtrlVersionParam = '-e';

0 commit comments

Comments
 (0)