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

Unified Diff: logdog/server/cmd/logdog_archivist/main.go

Issue 2647083003: LogDog: Use luci_config/server packages for config (Closed)
Patch Set: Comments. Created 3 years, 11 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 | « no previous file | logdog/server/cmd/logdog_collector/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/server/cmd/logdog_archivist/main.go
diff --git a/logdog/server/cmd/logdog_archivist/main.go b/logdog/server/cmd/logdog_archivist/main.go
index 565520e386dd9b78b8a699a04f0fcf33eaa94d28..5754c3b229749608cadf08d3c36bd1cd48371af8 100644
--- a/logdog/server/cmd/logdog_archivist/main.go
+++ b/logdog/server/cmd/logdog_archivist/main.go
@@ -57,7 +57,7 @@ type application struct {
// run is the main execution function.
func (a *application) runArchivist(c context.Context) error {
- cfg := a.Config()
+ cfg := a.ServiceConfig()
coordCfg, acfg := cfg.GetCoordinator(), cfg.GetArchivist()
switch {
« no previous file with comments | « no previous file | logdog/server/cmd/logdog_collector/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698