File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
source/content/pages/07-web-app-deployment Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff 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 >
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 >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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments