From 65b78d62a282a24637d1b0956012872297aa0319 Mon Sep 17 00:00:00 2001 From: Sarah Jackson Date: Thu, 16 Nov 2023 16:11:14 +1300 Subject: [PATCH] Updating managing_log_output documentation in regards to custom log archiving. Updated the file format representation to include ORGANIZATION_UUID, as that reflects the current behaviour --- pages/pipelines/managing_log_output.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/pipelines/managing_log_output.md b/pages/pipelines/managing_log_output.md index 8460d070de..5719ea06c1 100644 --- a/pages/pipelines/managing_log_output.md +++ b/pages/pipelines/managing_log_output.md @@ -164,7 +164,7 @@ By default, build logs are stored in encrypted form in Buildkite's managed Amazo The folder structure and file format are as follows and are not customizable: ```text -{BUILDKITE_PIPELINE_ID}/{BUILDKITE_BUILD_ID}/{BUILDKITE_JOB_ID}.log +{ORGANIZATION_UUID}/{BUILDKITE_PIPELINE_ID}/{BUILDKITE_BUILD_ID}/{BUILDKITE_JOB_ID}.log ``` To set up a private build log archive storage: