Skip to content

Commit 7851a3f

Browse files
committed
fixing typos
1 parent 29fe5f2 commit 7851a3f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/pages/06-devops/14-logging.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ certain threshold.
5555
There are libraries for most major languages, including python. Saves data
5656
in Elasticache.
5757

58-
* [Logstash](http://logstash.net/) Similar to Graylog2, logstash offers
59-
features to programmatically configure log data workflows.
58+
* [Logstash](https://www.elastic.co/guide/en/logstash/current/index.html).
59+
Similar to Graylog2, logstash offers features to programmatically
60+
configure log data workflows.
6061

6162
* [Scribe](https://github.com/facebook/scribe) A project written by Facebook
6263
to aggregate logs. It's designed to run on multiple servers and scale with
@@ -112,7 +113,7 @@ certain threshold.
112113
* [Good logging practice in Python](http://victorlin.me/posts/2012/08/26/good-logging-practice-in-python)
113114
shows how to use the standard library to log data from your application.
114115
Definitely worth a read as most applications do not log nearly enough
115-
output to help debuggin when things go wrong, or to determine if something
116+
output to help debugging when things go wrong, or to determine if something
116117
is going wrong.
117118

118119
* [Structured Logging: The Best Friend You’ll Want When Things Go Wrong](https://engineering.grab.com/structured-logging)

0 commit comments

Comments
 (0)