kube-router/vendor/github.com/Sirupsen/logrus/terminal_appengine.go
Murali Reddy 2bdf657cfa gobgp client in kube-router docker image does not show peer information
Gobgp 1.21 seems to have problem, so setting the version used to 1.20

Fixes #58
2017-07-14 02:10:01 +05:30

11 lines
171 B
Go

// +build appengine
package logrus
import "io"
// IsTerminal returns true if stderr's file descriptor is a terminal.
func IsTerminal(f io.Writer) bool {
return true
}