Skip to content

Commit

Permalink
Colortail fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbek committed May 20, 2011
1 parent ed95f98 commit c03d911
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _colortailrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Groupings = {
{ :match => /Completed in/, :color => :yellow, :attribute => :bright },
{ :match => /FATAL/i, :attribute => :blink },
{ :match => /DEBUG/i, :attribute => :underscore },
{ :match => /ERROR/i, :color => :red, :attribute => :reverse },
{ :match => /INFO/i, :color => :none },
{ :match => /WARN/i, :color => :yellow, :attribute => :underscore },
{ :match => /NOTICE/i, :color => :blue },
{ :match => /ERROR/i, :color => :magenta, :attribute => :reverse },
{ :match => /INFO/, :color => :none },
{ :match => /WARN/, :color => :yellow, :attribute => :underscore },
{ :match => /NOTICE/, :color => :black, :attribute => :reversed },
{ :match => /uninitialized/i, :color => :red, :attribute => :reversed },
{ :match => /[0-9]+:[0-9]+:[0-9]+0/, :color => :cyan, :attribute => :bright },
{ :match => /[0-9]+:[0-9]+:[0-9]+1/, :color => :red },
{ :match => /[0-9]+:[0-9]+:[0-9]+2/, :color => :blue },
{ :match => /[0-9]+:[0-9]+:[0-9]+2/, :color => :magenta, :attribute => :bright },
{ :match => /[0-9]+:[0-9]+:[0-9]+3/, :color => :yellow },
{ :match => /[0-9]+:[0-9]+:[0-9]+4/, :color => :green },
{ :match => /[0-9]+:[0-9]+:[0-9]+5/, :color => :magenta },
Expand Down

0 comments on commit c03d911

Please sign in to comment.