We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59dc52 commit 652f18bCopy full SHA for 652f18b
.travis.yml
@@ -10,8 +10,8 @@ branches:
10
- /^v[0-9.]+$/
11
12
go:
13
- - 1.9
14
- - "1.10"
+ - 1.9.x
+ - 1.x
15
- tip
16
17
go_import_path: aahframework.org/log.v0
console_receiver.go
@@ -25,7 +25,7 @@ var (
25
LevelError: []byte("\033[0;31m"), // red
26
LevelWarn: []byte("\033[0;33m"), // yellow
27
LevelInfo: []byte("\033[0;37m"), // white
28
- LevelDebug: []byte("\033[0;34m"), // blue
+ LevelDebug: []byte("\033[0;36m"), // cyan
29
LevelTrace: []byte("\033[0;35m"), // magenta (purple)
30
}
31
0 commit comments