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