Nodir Turakulov | 4fe8012 | 2017-07-27 18:22:33 +0200 | [diff] [blame^] | 1 | # Copyright 2017 the V8 project 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. |
| 8 | reader_auth_groups: "all" |
| 9 | # Auth groups who can register and emit new log streams. |
| 10 | writer_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. |
| 14 | archive_gs_bucket: "chromium-luci-logdog" |