9.9.3. Build logs configuration fields
This section describes the available configuration fields for managing build logs in Red Hat Quay. These settings determine where build logs are archived, who can access them, and how they are stored.
| Field | Type | Description |
|---|---|---|
| FEATURE_READER_BUILD_LOGS | Boolean |
If set to true, build logs can be read by those with |
| LOG_ARCHIVE_LOCATION | String |
The storage location, defined in |
| LOG_ARCHIVE_PATH | String |
The path under the configured storage engine in which to place the archived build logs in |
Build logs example YAML
# ...
FEATURE_READER_BUILD_LOGS: true
LOG_ARCHIVE_LOCATION: s3_us_east
LOG_ARCHIVE_PATH: archives/buildlogs
# ...