Skip to content

Commit 474ad00

Browse files
committed
adding more logging resources
1 parent 1c60efb commit 474ad00

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-05-03T10:05:51Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-05-04T08:12:12Z</updated></feed>

logging.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ <h2>Logging resources</h2>
112112
and
113113
<a href="http://www.hybridcluster.com/blog/logging-storytelling-3-types/">part 3 talks about types</a>.</p>
114114
</li>
115+
<li>
116+
<p>Django's 1.3 release brought unified logging into project configurations.
117+
This <a href="http://www.djm.org.uk/how-to-log-file-django-13-and-above/">post shows how to set up logging</a>
118+
in a project's settings.py file. Caktus Group also has a nice tutorial on
119+
<a href="http://www.caktusgroup.com/blog/2013/09/18/central-logging-django-graylog2-and-graypy/">central logging with graypy and Graylog2</a>.</p>
120+
</li>
115121
</ul>
116122
<h3>Logging isn't enough. How do I analyze more data about the app?</h3>
117123
<div class="row">

source/content/pages/08-monitoring-analytics/0801-logging.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,10 @@ be used with any language.
8787
and
8888
[part 3 talks about types](http://www.hybridcluster.com/blog/logging-storytelling-3-types/).
8989

90+
* Django's 1.3 release brought unified logging into project configurations.
91+
This [post shows how to set up logging](http://www.djm.org.uk/how-to-log-file-django-13-and-above/)
92+
in a project's settings.py file. Caktus Group also has a nice tutorial on
93+
[central logging with graypy and Graylog2](http://www.caktusgroup.com/blog/2013/09/18/central-logging-django-graylog2-and-graypy/).
94+
9095

9196
### Logging isn't enough. How do I analyze more data about the app?

0 commit comments

Comments
 (0)