diff --git a/documents/references.md b/documents/references.md
index 8a724379a6b3c93d1ee1c1dc39b51b1523fa488d..1ec753d0d8eb4b4c28177eb08647594b38e8b1b2 100644
--- a/documents/references.md
+++ b/documents/references.md
@@ -15,6 +15,9 @@ Various references used in project.
 (Pretty thorough docs of logging "settings dictionaries" in Python)
 <https://docs.djangoproject.com/en/dev/topics/logging/>
 
+#### Checking What Loggers Exist in a Project
+<https://stackoverflow.com/a/53250066>
+
 #### Adding a New Logging Level
 <https://stackoverflow.com/a/35804945>