Django Logging with VS Code
Rather than rehash the excellent official documentation on Django Logging I will demonstrate how you can add logging to an existing Django project. settings.py Add the following to the settings.py. This is an example based on one used in the documentation and I have found it easier to understand by starting at the bottom. root […]