File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,13 @@ Congratulations, your project is ready to go!
185
185
186
186
### Debug logging
187
187
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/ ).
189
192
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:
191
195
192
196
```
193
197
LOGGING = {
@@ -206,3 +210,5 @@ LOGGING = {
206
210
},
207
211
}
208
212
```
213
+
214
+ _ ` PyMongo's logging feature ` : https://pymongo.readthedocs.io/en/stable/api/pymongo/logging.html
You can’t perform that action at this time.
0 commit comments