From efa4529ac144a7abc8b1754968e716906e3cf6f6 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Sun, 1 Nov 2020 22:41:37 -0500 Subject: [PATCH] Update references --- documents/references.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/documents/references.md b/documents/references.md index b2fa18f..8a72437 100644 --- a/documents/references.md +++ b/documents/references.md @@ -7,12 +7,27 @@ Various references used in project. ## References -### Python Logging Docs +### General Logging +#### Python Logging Docs <https://docs.python.org/3.8/library/logging.html> -### Django Logging +#### Django Logging (Pretty thorough docs of logging "settings dictionaries" in Python) <https://docs.djangoproject.com/en/dev/topics/logging/> -### Adding a New Logging Level +#### Adding a New Logging Level <https://stackoverflow.com/a/35804945> + +#### Adding Logging Filters +<https://stackoverflow.com/a/53257669> + +### Attaining Consistent Import Handling, Including within Submodules +#### Referencing Module Variables in Function +<https://stackoverflow.com/a/35904211> + +#### Git Submodule Path Normalization +<https://stackoverflow.com/a/24654281> +<https://stackoverflow.com/a/29747054> + +#### Getting Current Path +<https://stackoverflow.com/a/3430395> -- GitLab