File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
source/content/pages/08-monitoring-analytics Expand file tree Collapse file tree 3 files changed +12
-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-05-03T10:05:51Z </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:12:12Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -112,6 +112,12 @@ <h2>Logging resources</h2>
112112 and
113113 < a href ="http://www.hybridcluster.com/blog/logging-storytelling-3-types/ "> part 3 talks about types</ a > .</ p >
114114</ li >
115+ < li >
116+ < p > Django's 1.3 release brought unified logging into project configurations.
117+ This < a href ="http://www.djm.org.uk/how-to-log-file-django-13-and-above/ "> post shows how to set up logging</ a >
118+ in a project's settings.py file. Caktus Group also has a nice tutorial on
119+ < a href ="http://www.caktusgroup.com/blog/2013/09/18/central-logging-django-graylog2-and-graypy/ "> central logging with graypy and Graylog2</ a > .</ p >
120+ </ li >
115121</ ul >
116122< h3 > Logging isn't enough. How do I analyze more data about the app?</ h3 >
117123 < div class ="row ">
Original file line number Diff line number Diff line change @@ -87,5 +87,10 @@ be used with any language.
8787 and
8888 [ part 3 talks about types] ( http://www.hybridcluster.com/blog/logging-storytelling-3-types/ ) .
8989
90+ * Django's 1.3 release brought unified logging into project configurations.
91+ This [ post shows how to set up logging] ( http://www.djm.org.uk/how-to-log-file-django-13-and-above/ )
92+ in a project's settings.py file. Caktus Group also has a nice tutorial on
93+ [ central logging with graypy and Graylog2] ( http://www.caktusgroup.com/blog/2013/09/18/central-logging-django-graylog2-and-graypy/ ) .
94+
9095
9196### Logging isn't enough. How do I analyze more data about the app?
You can’t perform that action at this time.
0 commit comments