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

Unified Diff: client/logdog/butlerlib/bootstrap/environment.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
Index: client/logdog/butlerlib/bootstrap/environment.go
diff --git a/client/logdog/butlerlib/bootstrap/environment.go b/client/logdog/butlerlib/bootstrap/environment.go
index d0202adcbffe52f1edc88dbc7e689232db21b267..ba44f79fd04303e28060d8bbeea90a5b0f156932 100644
--- a/client/logdog/butlerlib/bootstrap/environment.go
+++ b/client/logdog/butlerlib/bootstrap/environment.go
@@ -14,11 +14,11 @@ const (
// processes.
EnvStreamServerPath = "LOGDOG_STREAM_SERVER_PATH"
+ // EnvStreamProject is the enviornment variable set to the configured stream
+ // project name.
+ EnvStreamProject = "LOGDOG_STREAM_PROJECT"
+
// EnvStreamPrefix is the environment variable set to the configured
- // stream name prefix. command-line stream name prefix.
- //
- // Since this name is prepended to streams by the Butler, it is not possible
- // for subprocesses to know the actual stream name that Butler will use for
- // their streams without this information.
+ // stream name prefix.
EnvStreamPrefix = "LOGDOG_STREAM_PREFIX"
)
« no previous file with comments | « client/logdog/butlerlib/bootstrap/bootstrap_test.go ('k') | client/logdog/butlerlib/streamproto/properties.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698