Skip to content
Draft

Logs GA #24904

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions content/manuals/desktop/use-desktop/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ keywords: Docker Dashboard, manage, logs, gui, build logs, container logs, debug
title: Explore the Logs view in Docker Desktop
linkTitle: Logs
weight: 60
params:
sidebar:
badge:
color: blue
text: Beta
---

{{< summary-bar feature_name="Desktop logs" >}}
Expand Down Expand Up @@ -44,12 +39,11 @@ To refine the log stream further, select the **Filter** icon in the toolbar to o

## Display options

Select the **Display options** icon in the toolbar to toggle the following:
Select the **Display settings** icon in the toolbar to toggle the following:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MEDIUM — Heading/body mismatch: ## Display options vs Display settings button

The section heading on line 40 still reads ## Display options, but this PR renames the toolbar button reference on line 42 to **Display settings**. A reader navigating to the "Display options" heading will then be told to select the Display settings icon — these are different names for the same UI element and the inconsistency may confuse users.

Either update the heading to ## Display settings to match the button name, or revert the button name to match the heading, depending on what the UI actually shows.


- **View build logs**: Include or exclude build-related log output in the stream
- **Table view**: Switch between a structured table layout and a plain log stream

The table view is useful when you need to correlate events across multiple containers because each row clearly shows which container emitted a given message and when.
- **Wrap lines**
- **Show timestamps**

## Feedback

Expand Down
1 change: 0 additions & 1 deletion data/summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ Docker Debug:
Docker Desktop Archlinux:
availability: Experimental
Desktop logs:
availability: Beta
requires: Docker Desktop [4.65](/manuals/desktop/release-notes.md#4650) or later
Docker Hardened Images:
subscription: [Docker Hardened Images Select or Enterprise]
Expand Down