TUN-2005: Upgrade logrus

This commit is contained in:
Adam Chalmers
2019-06-26 12:25:58 -05:00
parent c2a3ac3991
commit e255a7da26
31 changed files with 1132 additions and 393 deletions

View File

@@ -0,0 +1,11 @@
// +build appengine
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return true
}