Skip to content

Commit ff85f0e

Browse files
committed
add logging django resource
1 parent 718bd7a commit ff85f0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/pages/06-devops/14-logging.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ certain threshold.
104104
output to help debuggin when things go wrong, or to determine if something
105105
is going wrong.
106106

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+
107112
* Django's 1.3 release brought unified logging into project configurations.
108113
This [post shows how to set up logging](http://www.djm.org.uk/how-to-log-file-django-13-and-above/)
109114
in a project's settings.py file. Caktus Group also has a nice tutorial on

0 commit comments

Comments
 (0)