Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 040cb51

Browse files
author
mamaso
committed
Update README.md
1 parent 9e340fa commit 040cb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To change the version of node or npm used on the web app, modify the `engines` p
2626

2727
Logging specific parse-server configuration:
2828
* Verbose parse-server logging: `verbose: 'true'`
29-
* Database driver logging (very verbose!): `databaseOptions: { loggerLevel: 'debug' }`
29+
* Database driver logging (very verbose!): add `require('mongodb-core/lib/connection/logger')('dummy', { loggerLevel: 'debug' });` before you initialize parse server
3030

3131
To see your logs, check:
3232
* The Logs tab of the parse dashboard

0 commit comments

Comments
 (0)