Skip to content
troy edited this page Aug 27, 2011 · 1 revision
Groupings = {
  'papertrail' => [ 
    { :match => /production.log/, :color => :magenta },
    { :match => /mysqld/,         :color => :red },
    { :match => /www/,            :color => :cyan },
    { :match => /sshd/,           :color => :black, :attributes => :bright }
  ]
}
Clone this wiki locally