デフォルトでカラーコードを吐いてくれなくなった。
@@ -17,6 +17,7 @@ This package is possible to handle escape sequence for ansi color on windows.
## Usage
```go
+logrus.SetFormatter(&logrus.TextFormatter{ForceColors: true})
logrus.SetOutput(colorable.NewColorableStdout())
logrus.Info("succeeded")
@@ -6,6 +6,7 @@ import (
)
func main() {
+ logrus.SetFormatter(&logrus.TextFormatter{ForceColors: true})