Skip to content

Commit 0ec189a

Browse files
committed
adding additional logging resources
1 parent 00b476b commit 0ec189a

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-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-04T08:14:17Z</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:18:32Z</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://hynek.me/articles/taking-some-pain-out-of-python-logging/">Taking the pain out of Python logging</a>
137+
shows a logging set up with uWSGI.</p>
138+
</li>
139+
<li>
136140
<p>Django's 1.3 release brought unified logging into project configurations.
137141
This <a href="http://www.djm.org.uk/how-to-log-file-django-13-and-above/">post shows how to set up logging</a>
138142
in a project's settings.py file. Caktus Group also has a nice tutorial on

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

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

101+
* [Taking the pain out of Python logging](https://hynek.me/articles/taking-some-pain-out-of-python-logging/)
102+
shows a logging set up with uWSGI.
103+
101104
* Django's 1.3 release brought unified logging into project configurations.
102105
This [post shows how to set up logging](http://www.djm.org.uk/how-to-log-file-django-13-and-above/)
103106
in a project's settings.py file. Caktus Group also has a nice tutorial on

source/content/pages/10-misc/1005-change-log.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ the
2424

2525
## 2014
2626
### May
27+
* Adding more logging resources.
2728
* Continuing to add learning checklists to sections such as servers.
2829
* Moving navigation options into meta tags on markdown pages.
2930

0 commit comments

Comments
 (0)