| # Copyright 2017 The Crashpad Authors. All rights reserved. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| # For the schema of this file and documentation, see ProjectConfig message in |
| # https://luci-config.appspot.com/schemas/services/luci-logdog:logdog.cfg |
| |
| # This is for the crashpad project, but we're going to piggyback |
| # off of the chromium settings. |
| |
| # 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" |