Skip to content

Commit abc06d8

Browse files
committed
modifying click thru on logging page
1 parent 42cf700 commit abc06d8

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

all.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4800,8 +4800,7 @@ <h3>Open source log aggregators</h3>
48004800
<h3>Hosted logging services</h3>
48014801
<ul>
48024802
<li>
4803-
<p><a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=march'); return false;">Loggly</a>
4804-
is a third party cloud based
4803+
<p><a href="https://www.loggly.com/">Loggly</a> is a third party cloud based
48054804
application that aggregates logs. They have instructions for every major
48064805
language, including python. It includes email alerting on custom searches. </p>
48074806
</li>

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-03-19T09:48: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-03-19T17:55:50Z</updated></feed>

logging.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ <h3>Open source log aggregators</h3>
9595
<h3>Hosted logging services</h3>
9696
<ul>
9797
<li>
98-
<p><a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=march'); return false;">Loggly</a>
99-
is a third party cloud based
98+
<p><a href="https://www.loggly.com/">Loggly</a> is a third party cloud based
10099
application that aggregates logs. They have instructions for every major
101100
language, including python. It includes email alerting on custom searches. </p>
102101
</li>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ certain threshold.
7676

7777

7878
### Hosted logging services
79-
* <a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=march'); return false;">Loggly</a>
80-
is a third party cloud based
79+
* [Loggly](https://www.loggly.com/) is a third party cloud based
8180
application that aggregates logs. They have instructions for every major
8281
language, including python. It includes email alerting on custom searches.
8382

0 commit comments

Comments
 (0)