cornet / ccze

ccze
GNU General Public License v2.0
409 stars 30 forks source link

mod_httpd is misleading #6

Open ParthKolekar opened 7 years ago

ParthKolekar commented 7 years ago

httpd does not do have a fixed log format, it has various logging formats which most administrators customize and morph.

It would be more appropriate to instead match for common log format, combined log format and such. Additionally, many administrators make nginx, haproxy, tomcat also log in this format for ease of logging.

That would allow this pipeline to colour all of them equally.