From bffc02c538433ff2fe92c141f118320a381bb911 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Fri, 15 Nov 2019 22:22:37 -0500
Subject: [PATCH] Update references for new logging setup

---
 documents/references.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/documents/references.md b/documents/references.md
index 18f386e..ab959ae 100644
--- a/documents/references.md
+++ b/documents/references.md
@@ -14,6 +14,8 @@ Various recommendations for using a project as a library for other projects:
 * General Library Rules, Mostly Concerning \_\_init\_\_.py:
 <https://axialcorps.wordpress.com/2013/08/29/5-simple-rules-for-building-great-python-packages/>
 * Many Recommendations for Project Structure: <https://docs.python-guide.org/writing/structure/>
+* Extended Info on Logging: <https://docs.python.org/3/howto/logging.html#logging-advanced-tutorial>
+<https://stackoverflow.com/questions/15727420/using-python-logging-in-multiple-modules>
 
 ### Git Submodules
 Since I don't know how Python projects are exported to be a pip library (and I'm not even sure if that's a good use case
-- 
GitLab