From edf84806ae88ce708e581bdf42f03a31be2ae41d Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Sat, 7 Nov 2020 18:00:32 -0500 Subject: [PATCH] Update readme --- documents/references.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documents/references.md b/documents/references.md index 8a72437..1ec753d 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> -- GitLab