Skip to content

Commit 4740dc2

Browse files
committed
Enable GC logging for the test database
1 parent 089438b commit 4740dc2

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
@@ -108,7 +108,10 @@ const additionalConfig = {
108108
'dbms.connector.http.listen_address': 'localhost:7474',
109109

110110
// shorten the default time to wait for the bookmark from 30 to 5 seconds
111-
'dbms.transaction.bookmark_ready_timeout': '5s'
111+
'dbms.transaction.bookmark_ready_timeout': '5s',
112+
113+
// enable GC logging
114+
'dbms.logs.gc.enabled': true
112115
};
113116

114117
const neoCtrlVersionParam = '-e';

0 commit comments

Comments
 (0)