Error logging audit tool for VM

Associate
Joined
19 Jul 2006
Posts
1,847
Need some help. We are on about cutting down warnings notices and errors in our error logs.... previously we ignored these things if it worked.However this in now going to be linked to our performance.

I am wanting something that I can parse my VM error log into so I can get all the errors before I start developing and then again at the end of my development so I can go " this process had 7 notices and 3 warnings before I started now we have the new feature and the notices has reduced to 2 with 0 warnings' Any ideas?

Runnning a LAMP Stack not with vagrant


cheers
 
Caporegime
Joined
18 Oct 2002
Posts
29,491
Location
Back in East London
VM?

If you mean errors and warnings during compilation then most CI tools have a counter plugin. If you mean errors and warnings during runtime then I recommend ELK stack (Elasticsearch + Logstash + Kibana)
 
Back
Top Bottom