console debug use diffrent color

This commit is contained in:
astaxie 2017-03-21 23:55:40 +08:00
parent a05e5a7c09
commit ae0a75c464
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ var colors = []brush{
newBrush("1;33"), // Warning yellow
newBrush("1;32"), // Notice green
newBrush("1;34"), // Informational blue
newBrush("1;34"), // Debug blue
newBrush("1;44"), // Debug Background blue
}
// consoleWriter implements LoggerInterface and writes messages to terminal.