Skip to content

Commit 9c50895

Browse files
committed
edits
1 parent 254facc commit 9c50895

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,13 @@ Congratulations, your project is ready to go!
185185

186186
### Debug logging
187187

188-
To troubleshoot MongoDB connectivity issues you can enable PyMongo's logging feature with Django's `LOGGING` setting.
188+
To troubleshoot MongoDB connectivity issues, you can enable [PyMongo's logging
189+
feature](https://pymongo.readthedocs.io/en/stable/examples/logging.html) with
190+
[Django's `LOGGING` setting](
191+
https://docs.djangoproject.com/en/stable/topics/logging/).
189192

190-
Here is a minimal Django `LOGGING` configuration that enables PyMongo's `DEBUG` logging in Django:
193+
Here is a minimal Django `LOGGING` configuration that enables PyMongo's
194+
`DEBUG` logging:
191195

192196
```
193197
LOGGING = {
@@ -206,3 +210,5 @@ LOGGING = {
206210
},
207211
}
208212
```
213+
214+
_`PyMongo's logging feature`: https://pymongo.readthedocs.io/en/stable/api/pymongo/logging.html

0 commit comments

Comments
 (0)