summaryrefslogtreecommitdiff
path: root/luci-logdog.cfg
blob: a118b13d1420b87aeeceda3fc3af984cec7e1cfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.
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"