Skip to content

Commit

Permalink
update to v0.4.3
Browse files Browse the repository at this point in the history
specify blue on Debug log
  • Loading branch information
ujiro99 committed Jan 17, 2016
1 parent 43777e2 commit 11d2b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colorizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ var colorMap = map[string]string{
// priorityColors represents default color of priority.
var priorityColors = map[string]string{
"V": "default",
"D": "default",
"D": "blue",
"I": "default",
"W": "yellow",
"E": "red",
Expand Down
2 changes: 1 addition & 1 deletion const.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const (
// Name of this command.
Name string = "logcatf"
// Version of this command.
Version string = "0.4.2"
Version string = "0.4.3"
// DefaultFormat will be used if format wasn't specified.
DefaultFormat string = "%time [invert] %priority [reset] %tag: %message"
// AllFormat will be used if format wasn't specified and to-csv was specified.
Expand Down

0 comments on commit 11d2b5a

Please sign in to comment.