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