Skip to content

Commit 23efbff

Browse files
committed
new logging resource
1 parent 16e8273 commit 23efbff

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5077,6 +5077,11 @@ <h2>Logging resources</h2>
50775077
explains a problem with the default Django logging configuration and what
50785078
to do about in your project.</p>
50795079
</li>
5080+
<li>
5081+
<p><a href="https://www.loggly.com/blog/exceptional-logging-of-exceptions-in-python/">Exceptional Logging of Exceptions in Python</a>
5082+
shows how to log errors more accurately to pinpoint the problem instead of
5083+
receiving generic exceptions in your logs.</p>
5084+
</li>
50805085
</ul>
50815086
<h2>Logging learning checklist</h2>
50825087
<p><i class="fa fa-check-square-o"></i>

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>2015-04-15T13:27:40Z</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>2015-04-18T16:04:49Z</updated></feed>

logging.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ <h2>Logging resources</h2>
152152
explains a problem with the default Django logging configuration and what
153153
to do about in your project.</p>
154154
</li>
155+
<li>
156+
<p><a href="https://www.loggly.com/blog/exceptional-logging-of-exceptions-in-python/">Exceptional Logging of Exceptions in Python</a>
157+
shows how to log errors more accurately to pinpoint the problem instead of
158+
receiving generic exceptions in your logs.</p>
159+
</li>
155160
</ul>
156161
<h2>Logging learning checklist</h2>
157162
<p><i class="fa fa-check-square-o"></i>

source/content/pages/07-web-app-deployment/14-logging.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ certain threshold.
113113
explains a problem with the default Django logging configuration and what
114114
to do about in your project.
115115

116+
* [Exceptional Logging of Exceptions in Python](https://www.loggly.com/blog/exceptional-logging-of-exceptions-in-python/)
117+
shows how to log errors more accurately to pinpoint the problem instead of
118+
receiving generic exceptions in your logs.
119+
116120

117121
## Logging learning checklist
118122
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)