Skip to content

Commit bf9a2b9

Browse files
committed
updating with new logging resource
1 parent e8eb46d commit bf9a2b9

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-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-06-06T12:07:13Z</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-06-07T07:32:17Z</updated></feed>

logging.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ <h2>Logging resources</h2>
133133
<a href="http://www.hybridcluster.com/blog/logging-storytelling-3-types/">part 3 talks about types</a>.</p>
134134
</li>
135135
<li>
136+
<p><a href="https://lukasa.co.uk/2014/05/A_Brief_Digression_About_Logging/">A Brief Digression About Logging</a>
137+
is a short post that gets Python logging up and running quickly.</p>
138+
</li>
139+
<li>
136140
<p><a href="https://hynek.me/articles/taking-some-pain-out-of-python-logging/">Taking the pain out of Python logging</a>
137141
shows a logging set up with uWSGI.</p>
138142
</li>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ certain threshold.
105105
and
106106
[part 3 talks about types](http://www.hybridcluster.com/blog/logging-storytelling-3-types/).
107107

108+
* [A Brief Digression About Logging](https://lukasa.co.uk/2014/05/A_Brief_Digression_About_Logging/)
109+
is a short post that gets Python logging up and running quickly.
110+
108111
* [Taking the pain out of Python logging](https://hynek.me/articles/taking-some-pain-out-of-python-logging/)
109112
shows a logging set up with uWSGI.
110113

0 commit comments

Comments
 (0)