tailログの好きなキーワードに色をつける
https://gist.github.com/2929372
こんな感じにキーワードと色を定義できる。
‘ (200) ‘ => ‘green’,
‘ (502) ‘ => ‘red’,
‘ (404) ‘ => ‘red on_yellow’,
‘(Not Found)’=> ‘red on_yellow’,
こんなふうに、パイプでひっかけて使う。
$ tail -f access_log | perl colorize.pl
8dkuuv