|
|
|
|
|
by nosir33
4057 days ago
|
|
I don't know of any systems that do this. As an software developer, I generally use log levels to indicate severity in my logs. So grepping for ERROR should catch anything I had the foresight to log at the ERROR level. Simple heuristics like the number of WARN level logs a minute may be useful. Beyond that it sounds interesting. It may be hard to do in a general way, so focusing on Apache logs or something common may be a simpler task. |
|
[0] https://github.com/etsy/statsd [1] https://github.com/etsy/skyline