COLOR magenta { # matches the date ^(… ..).*$ } COLOR cyan { # matches the time ^… .. (..:..:..).*$ # matches the word INFO ^.*(INFO|info).*$ } COLOR green { # matches the hostname ^… .. ..:..:.. ([^ ]+).*$ } COLOR yellow { # matches the “program” that wrote to syslog ^… .. ..:..:.. […]
