xref: /aosp_15_r20/external/openscreen/infra/config/global/luci-logdog.cfg (revision 3f982cf4871df8771c9d4abe6e9a6f8d829b2736)
1# Copyright (c) 2018 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4#
5# For the schema of this file and documentation, see ProjectConfig message in
6# https://luci-config.appspot.com/schemas/services/luci-logdog:logdog.cfg
7# Auth groups who can read log streams.
8reader_auth_groups: "all"
9# Auth groups who can register and emit new log streams.
10writer_auth_groups: "luci-logdog-chromium-writers"
11# The base Google Storage archival path for this project.
12#
13# Archived LogDog logs will be written to this bucket/path.
14archive_gs_bucket: "chromium-luci-logdog"
15
16