Skip to content

Commit d9a8b30

Browse files
committed
Enable debug log
1 parent c96ce3d commit d9a8b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/testkit-backend/src/request-handlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function NewDriver (context, data, wire) {
5757
userAgent,
5858
resolver,
5959
useBigInt: true,
60-
logging: neo4j.logging.console(process.env.LOG_LEVEL)
60+
logging: neo4j.logging.console('debug')
6161
}
6262
if ('encrypted' in data) {
6363
config.encrypted = data.encrypted ? 'ENCRYPTION_ON' : 'ENCRYPTION_OFF'

0 commit comments

Comments
 (0)