<ahref="http://www.hybridcluster.com/blog/logging-storytelling-3-types/">part 3 talks about types</a>.</p>
</li>
<li>
<p><ahref="https://lukasa.co.uk/2014/05/A_Brief_Digression_About_Logging/">A Brief Digression About Logging</a>
is a short post that gets Python logging up and running quickly.</p>
</li>
<li>
<p><ahref="https://hynek.me/articles/taking-some-pain-out-of-python-logging/">Taking the pain out of Python logging</a>
shows a logging set up with uWSGI.</p>
</li>
<li>
<p>Django's 1.3 release brought unified logging into project configurations.
This <ahref="http://www.djm.org.uk/how-to-log-file-django-13-and-above/">post shows how to set up logging</a>
in a project's settings.py file. Caktus Group also has a nice tutorial on
<ahref="http://www.caktusgroup.com/blog/2013/09/18/central-logging-django-graylog2-and-graypy/">central logging with graypy and Graylog2</a>.</p>
</li>
<li>
<p><ahref="http://www.caktusgroup.com/blog/2015/01/27/Django-Logging-Configuration-logging_config-default-settings-logger/">Django Logging Configuration: How the Default Settings Interfere with Yours</a>
explains a problem with the default Django logging configuration and what
to do about in your project.</p>
</li>
</ul>
<h2>Logging learning checklist</h2>
<p><iclass="fa fa-check-square-o"></i>
Read how to integrate logging into your web application framework. </p>
<p><iclass="fa fa-check-square-o"></i>
Ensure errors and anomalous results are logged. While these logs can be stored
in <ahref="/monitoring.html">monitoring</a> solutions, it's best to have your own log
storage location to debug issues as they arise to complement other monitoring
systems.</p>
<p><iclass="fa fa-check-square-o"></i>
Integrate logging for system events you may need to use for debugging purposes
later. For example, you may want to know the return values on functions when
they are above a certain threshold. </p>
<h3>Logging isn't enough. How do I analyze more data about the app?</h3>
<h4>Interested in major updates to this site or an alert when a complete Full Stack Python book with detailed example code is released? Sign up here and you'll an occasional email only when there's big news to report.</h4>