From ae55afc163793fe85679285a52501ed73b85d36b Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Fri, 19 Dec 2025 14:21:15 -0500 Subject: [PATCH 1/2] Update models/runs.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- models/runs.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/models/runs.mdx b/models/runs.mdx index 20f9d97330..0a5bbf23a8 100644 --- a/models/runs.mdx +++ b/models/runs.mdx @@ -584,6 +584,17 @@ Choose the **Download** button in the upper right hand corner to download the lo View an example logs tab [here](https://app.wandb.ai/stacey/deep-drive/runs/pr0os44x/logs). +#### Log storage and display limits + +W&B applies the following limits to run logs: + +| Limit | Description | +| ----- | ----- | +| **UI display limit** | The Logs tab displays only the last 10,000 log lines. If your run has more lines, you cannot view or search them in the UI. | +| **Storage limit** | W&B stores up to 100,000 log lines per run. If your run produces more than 100,000 lines, only the last captured 90,000-100,000 lines are retained. Earlier lines are not stored. | + +To access all log lines, including those beyond the UI display and storage limits, download the log file using the **Download** button. + ### Files tab Use the **Files tab** to view files associated with a specific run such as model checkpoints, validation set examples, and more From 1d6705d0cbe2ebec352644fd6f6a6538c59d3e6a Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Fri, 19 Dec 2025 14:25:06 -0500 Subject: [PATCH 2/2] Update models/runs.mdx --- models/runs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/runs.mdx b/models/runs.mdx index 0a5bbf23a8..af32a157d5 100644 --- a/models/runs.mdx +++ b/models/runs.mdx @@ -593,7 +593,7 @@ W&B applies the following limits to run logs: | **UI display limit** | The Logs tab displays only the last 10,000 log lines. If your run has more lines, you cannot view or search them in the UI. | | **Storage limit** | W&B stores up to 100,000 log lines per run. If your run produces more than 100,000 lines, only the last captured 90,000-100,000 lines are retained. Earlier lines are not stored. | -To access all log lines, including those beyond the UI display and storage limits, download the log file using the **Download** button. +To access all log lines, including those beyond the UI display and storage limits, download the `.log` file using the **Download logs file** button. ### Files tab Use the **Files tab** to view files associated with a specific run such as model checkpoints, validation set examples, and more