We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718bd7a commit ff85f0eCopy full SHA for ff85f0e
content/pages/06-devops/14-logging.markdown
@@ -104,6 +104,11 @@ certain threshold.
104
output to help debuggin when things go wrong, or to determine if something
105
is going wrong.
106
107
+* [Django Logging, the Right Way](https://lincolnloop.com/blog/django-logging-right-way/)
108
+ covers a few Python logging techniques and then goes into how you use them
109
+ with your [Django](/django.html) projects.
110
+
111
112
* Django's 1.3 release brought unified logging into project configurations.
113
This [post shows how to set up logging](http://www.djm.org.uk/how-to-log-file-django-13-and-above/)
114
in a project's settings.py file. Caktus Group also has a nice tutorial on
0 commit comments