File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments