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

Unified Diff: client/cmd/logdog_butler/subcommand_run.go

Issue 1906023002: LogDog: Add project namespace to Butler/Collector. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-archivist
Patch Set: Rebase? Created 4 years, 8 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 | « client/cmd/logdog_butler/main.go ('k') | client/internal/logdog/butler/bundler/bundler.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/cmd/logdog_butler/subcommand_run.go
diff --git a/client/cmd/logdog_butler/subcommand_run.go b/client/cmd/logdog_butler/subcommand_run.go
index 32da770bf5be25f410939125da918bf4ebacceca..354edcb42d6243c8d860d20bbaa1f03567e17bdf 100644
--- a/client/cmd/logdog_butler/subcommand_run.go
+++ b/client/cmd/logdog_butler/subcommand_run.go
@@ -346,6 +346,7 @@ func (cmd *runCommandRun) loadJSONArgs() ([]string, error) {
// to the environment.
func (cmd *runCommandRun) updateEnvironment(e environ, a *application) {
e.set(bootstrap.EnvStreamPrefix, string(a.butler.Prefix))
+ e.set(bootstrap.EnvStreamProject, string(a.butler.Project))
// Set stream server path (if applicable)
if cmd.streamServerURI != "" {
« no previous file with comments | « client/cmd/logdog_butler/main.go ('k') | client/internal/logdog/butler/bundler/bundler.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698