File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,9 @@ certain threshold.
55
55
There are libraries for most major languages, including python. Saves data
56
56
in Elasticache.
57
57
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.
60
61
61
62
* [ Scribe] ( https://github.com/facebook/scribe ) A project written by Facebook
62
63
to aggregate logs. It's designed to run on multiple servers and scale with
@@ -112,7 +113,7 @@ certain threshold.
112
113
* [ Good logging practice in Python] ( http://victorlin.me/posts/2012/08/26/good-logging-practice-in-python )
113
114
shows how to use the standard library to log data from your application.
114
115
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
116
117
is going wrong.
117
118
118
119
* [ Structured Logging: The Best Friend You’ll Want When Things Go Wrong] ( https://engineering.grab.com/structured-logging )
You can’t perform that action at this time.
0 commit comments