mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 13:40:55 +00:00
beego: change the colour
This commit is contained in:
parent
aaabeff44f
commit
7f977a0c8c
@ -38,8 +38,8 @@ var colors = []Brush{
|
||||
NewBrush("1;31"), // Error red
|
||||
NewBrush("1;33"), // Warning yellow
|
||||
NewBrush("1;32"), // Notice green
|
||||
NewBrush("1;34"), // Informational green
|
||||
NewBrush("1;30"), // Debug black
|
||||
NewBrush("1;34"), // Informational blue
|
||||
NewBrush("1;34"), // Debug blue
|
||||
}
|
||||
|
||||
// ConsoleWriter implements LoggerInterface and writes messages to terminal.
|
||||
|
Loading…
Reference in New Issue
Block a user