You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
735 B
19 lines
735 B
# 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 pdfium project, but we're going to piggyback
|
|
# off of the chromium settings.
|
|
|
|
# Auth groups who can read log streams.
|
|
# Currently, all projects with "all" (aka public) read/write permissions use
|
|
# the Chromium auth group and buckets.
|
|
reader_auth_groups: "all"
|
|
|
|
# Auth groups who can register and emit new log streams.
|
|
# These are bots that emit logs.
|
|
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"
|