From d92da84ac7c43959c60bb7ff952547919e5e48e0 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Wed, 2 Jan 2019 15:51:33 -0500 Subject: [PATCH] Update readme --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index 4ca3aed..cea62a1 100644 --- a/readme.md +++ b/readme.md @@ -6,3 +6,12 @@ Brandon Rodriguez ## Description An example of using Python's built in logging functionality. + +### Logging.py +The standard "logging.py" file should be fine to use in most instances. For some applications, such as Django projects, +logging settings dict may need to be extended or further customized. + +### Extended_logging.py +The "extended_logging.py" has an example of creating custom log levels. However, this is usually uneccesary, and should +generally be avoided unless Python's default logging levels are insufficient. Otherwise, this file is identical to +"logging.py". -- GitLab