kompose/vendor/github.com/Sirupsen/logrus/terminal_appengine.go
2017-01-18 09:23:52 -05:00

9 lines
147 B
Go

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