Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I need an app that reads log files to make it easier to look through the hundreds of lines of errors that apache outputs.

I've found this nice log viewer app, but it's only available for Windows. It looks like exactly what I need, except for the fact that it doesn't run on OS X.

I've also looked into GoAccess, but it can only view access logs, not error logs.

I also tried the Console in the utilities folder. It shows the log just as TextEdit would, it does no parsing at all. Is there an app for Mac that parses and displays errors from the apache error log?

share|improve this question

1 Answer

up vote 1 down vote accepted

I didn't get an answer, and I couldn't find an app myself, so I decided to write one. It's very simple, and doesn't have any features, but does more-or-less what I need at the moment. Here's what it looks like:

Apache Errors

It's kind of clunky, but if someone wants it, comment below.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.