This commit is contained in:
Antoine Grondin
2014-12-09 21:53:40 -05:00
parent 62b915c008
commit 2835e150d9
4 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ func (f *TextFormatter) Format(entry *Entry) ([]byte, error) {
b := &bytes.Buffer{}
prefixFieldClashes(entry)
prefixFieldClashes(entry.Data)
isColored := (f.ForceColors || isTerminal) && !f.DisableColors