1# For the schema of this file and documentation, see ProjectConfig message in
2# https://luci-config.appspot.com/schemas/services/luci-logdog:logdog.cfg
3# This is for the pdfium project, but we're going to piggyback
4# off of the chromium settings.
5
6# Auth groups who can read log streams.
7# Currently, all projects with "all" (aka public) read/write permissions use
8# the Chromium auth group and buckets.
9reader_auth_groups: "all"
10
11# Auth groups who can register and emit new log streams.
12# These are bots that emit logs.
13writer_auth_groups: "luci-logdog-chromium-writers"
14
15# The base Google Storage archival path for this project.
16#
17# Archived LogDog logs will be written to this bucket/path.
18archive_gs_bucket: "chromium-luci-logdog"
19