summaryrefslogtreecommitdiff
path: root/chromium/infra/config/global/luci-logdog.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/infra/config/global/luci-logdog.cfg')
-rw-r--r--chromium/infra/config/global/luci-logdog.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/infra/config/global/luci-logdog.cfg b/chromium/infra/config/global/luci-logdog.cfg
new file mode 100644
index 00000000000..12b7a316f62
--- /dev/null
+++ b/chromium/infra/config/global/luci-logdog.cfg
@@ -0,0 +1,16 @@
+# Copyright (c) 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+#
+# For the schema of this file and documentation, see ProjectConfig message in
+# https://luci-config.appspot.com/schemas/services/luci-logdog:logdog.cfg
+
+# Auth groups who can read log streams.
+reader_auth_groups: "all"
+# Auth groups who can register and emit new log streams.
+writer_auth_groups: "luci-logdog-chromium-writers"
+
+# The base Google Storage archival path for this project.
+#
+# Archived LogDog logs will be written to this bucket/path.
+archive_gs_bucket: "chromium-luci-logdog"