Skip to content

Commit fc0bc5e

Browse files
committed
adding another logging resource
1 parent 4f05844 commit fc0bc5e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
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-03-29T09:26:20Z</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-03-29T09:27:41Z</updated></feed>

logging.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,19 @@ <h3>Open Source Log Aggregators</h3>
126126
</ul>
127127
<h2>Logging resources</h2>
128128
<ul>
129-
<li><a href="http://www.hybridcluster.com/blog/logging-storytelling/">Logging as Storytelling</a>
129+
<li>
130+
<p>This <a href="http://www.blog.pythonlibrary.org/2012/08/02/python-101-an-intro-to-logging/">intro to logging</a>
131+
presents the Python logging module and how to use it.</p>
132+
</li>
133+
<li>
134+
<p><a href="http://www.hybridcluster.com/blog/logging-storytelling/">Logging as Storytelling</a>
130135
is a multi-part series working the analogy that logs should read like
131136
a story so you can better understand what's taking place in your web
132137
application.
133138
<a href="http://www.hybridcluster.com/blog/logging-storytelling-lets-add-action/">Part 2 describes actions</a>
134139
and
135-
<a href="http://www.hybridcluster.com/blog/logging-storytelling-3-types/">part 3 talks about types</a>.</li>
140+
<a href="http://www.hybridcluster.com/blog/logging-storytelling-3-types/">part 3 talks about types</a>.</p>
141+
</li>
136142
</ul>
137143
<br/>
138144
Next read the

source/content/pages/19-logging/1901-logging.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ be used with any language.
6161

6262

6363
## Logging resources
64+
* This [intro to logging](http://www.blog.pythonlibrary.org/2012/08/02/python-101-an-intro-to-logging/)
65+
presents the Python logging module and how to use it.
66+
6467
* [Logging as Storytelling](http://www.hybridcluster.com/blog/logging-storytelling/)
6568
is a multi-part series working the analogy that logs should read like
6669
a story so you can better understand what's taking place in your web

0 commit comments

Comments
 (0)