File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
source/content/pages/08-monitoring-analytics Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments