Change option name from noColor to color
Still same default behavior (with color)
This commit is contained in:
@@ -46,6 +46,6 @@ func TestConsole(t *testing.T) {
|
||||
// Test console without color
|
||||
func TestConsoleNoColor(t *testing.T) {
|
||||
log := NewLogger(100)
|
||||
log.SetLogger("console", `{"noColor":true}`)
|
||||
log.SetLogger("console", `{"color":false}`)
|
||||
testConsoleCalls(log)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user