Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: go/src/infra/libs/logging/appengine.go

Issue 1149313002: go: Replace Logrus with go-logging. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: typo Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/src/infra/libs/auth/auth_test.go ('k') | go/src/infra/libs/logging/go-logging.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/libs/logging/appengine.go
diff --git a/go/src/infra/libs/logging/appengine.go b/go/src/infra/libs/logging/appengine.go
index 9c3b05da6c29f48ecd771bb0b1ccfbce4f1276a9..b4a74071ef650b0b85d2a2f5718a958b4c9cca40 100644
--- a/go/src/infra/libs/logging/appengine.go
+++ b/go/src/infra/libs/logging/appengine.go
@@ -14,5 +14,4 @@ func (*nullLogger) Errorf(string, ...interface{}) {}
func init() {
DefaultLogger = &nullLogger{}
- IsTerminal = false
}
« no previous file with comments | « go/src/infra/libs/auth/auth_test.go ('k') | go/src/infra/libs/logging/go-logging.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698