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!
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```
193197LOGGING = {
@@ -206,3 +210,5 @@ LOGGING = {
206210 },
207211}
208212```
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