@@ -56,7 +56,7 @@ <h2>Logging levels</h2>
5656</ ol >
5757< p > Logging errors that occur while a web framework is running is crucial to
5858understanding how your application is performing. </ p >
59- < h2 > Logging Aggregators </ h2 >
59+ < h2 > Logging aggregators </ h2 >
6060< p > When you are running your application on several servers, it is helpful
6161to have a monitoring tool called a "logging aggregator". You can configure
6262your application to forward your system and application logs to one location
@@ -65,14 +65,15 @@ <h2>Logging Aggregators</h2>
6565< p > Another advantage of log aggregatortion tools is they allow you to set up
6666custom alerts and alarms so you can get notified when error rates breach a
6767certain threshold.</ p >
68- < h3 > Open Source Log Aggregators </ h3 >
68+ < h3 > Open source log aggregators </ h3 >
6969< ul >
7070< li >
71- < p > < a href ="http://raven.readthedocs.org/en/latest/ "> Raven</ a > is a Python client for the
72- < a href ="https://github.com/getsentry/sentry "> Sentry</ a > exception logging and
73- aggregation application. Raven can also be used by Python scripts to send
74- other log data to Sentry for aggregation. Sentry provides a clean web
75- application interface for viewing the exceptions. </ p >
71+ < p > < a href ="https://github.com/getsentry/sentry "> Sentry</ a > started as a Django-only
72+ exception handling service but now has separate logging clients to cover
73+ almost all major languages and frameworks. It still works really well for
74+ Python-powered web applications and is often used in conjunction with other
75+ monitoring tools. < a href ="http://raven.readthedocs.org/en/latest/ "> Raven</ a > is open
76+ source Python client for Sentry.</ p >
7677</ li >
7778< li >
7879< p > < a href ="http://graylog2.org/ "> Graylog2</ a > provides a central server for log
@@ -91,7 +92,7 @@ <h3>Open Source Log Aggregators</h3>
9192 used with any language. </ p >
9293</ li >
9394</ ul >
94- < h3 > Hosted Log Aggregator Services </ h3 >
95+ < h3 > Hosted logging services </ h3 >
9596< ul >
9697< li >
9798< p > < a href ="https://www.loggly.com/ "> Loggly</ a > Loggly is a third party cloud based
@@ -115,6 +116,10 @@ <h3>Hosted Log Aggregator Services</h3>
115116< p > < a href ="https://www.scalyr.com/ "> Scalyr</ a > provides log aggregation, dashboards,
116117 alerts and search in a user interface on top of standard logs.</ p >
117118</ li >
119+ < li >
120+ < p > There is a < a href ="https://www.getsentry.com/welcome/ "> hosted version of Sentry</ a >
121+ in case you do not have the time to set up the open source project yourself.</ p >
122+ </ li >
118123</ ul >
119124< h2 > Logging resources</ h2 >
120125< ul >
0 commit comments