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

Unified Diff: go/src/infra/monitoring/client/client.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/monitoring/analyzer/analyzer.go ('k') | go/src/infra/monitoring/dispatcher/dispatcher.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/monitoring/client/client.go
diff --git a/go/src/infra/monitoring/client/client.go b/go/src/infra/monitoring/client/client.go
index 2298955c1f34f3d4450d7e377fc14577f31bcf74..19d08c02984abde8493a34a1eac77515ac389f10 100644
--- a/go/src/infra/monitoring/client/client.go
+++ b/go/src/infra/monitoring/client/client.go
@@ -13,13 +13,13 @@ import (
"strings"
"sync/atomic"
- "github.com/Sirupsen/logrus"
+ "infra/libs/logging"
"infra/monitoring/messages"
)
var (
- log = logrus.New()
+ log = logging.DefaultLogger
)
// MasterURL returns the builder URL for the given master.
« no previous file with comments | « go/src/infra/monitoring/analyzer/analyzer.go ('k') | go/src/infra/monitoring/dispatcher/dispatcher.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698