From c5a02e3e14f1644bf2417ac2d74e7d4df039d5e7 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:05:50 +0100 Subject: [PATCH] docs: remove time-relative language from Logs view feedback section (#24454) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Removes the sentence "The Logs view is in active development." from `content/manuals/desktop/use-desktop/logs.md` - The phrase "in active development" is time-relative language prohibited by the style guide - The remaining sentence ("Select **Give feedback** at the top of the view to share suggestions or report issues.") is self-contained and complete without it Closes #24451 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Docker Docs Agent --- content/manuals/desktop/use-desktop/logs.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/content/manuals/desktop/use-desktop/logs.md b/content/manuals/desktop/use-desktop/logs.md index 116376f3a4..d872830be8 100644 --- a/content/manuals/desktop/use-desktop/logs.md +++ b/content/manuals/desktop/use-desktop/logs.md @@ -13,18 +13,17 @@ params: {{< summary-bar feature_name="Desktop logs" >}} - -The **Logs** view provides a unified, real-time log stream from all running containers and Kubernetes nodes in Docker Desktop. Unlike the logs accessible from the [**Containers** view](container.md), the **Logs** view lets you monitor and search log output across your entire environment from a single interface. +The **Logs** view provides a unified, real-time log stream from all running containers and Kubernetes nodes in Docker Desktop. Unlike the logs accessible from the [**Containers** view](container.md), the **Logs** view lets you monitor and search log output across your entire environment from a single interface. ## Log entries Each log entry in the table view shows: -| Column | Description | -|---|---| +| Column | Description | +| ------------- | ------------------------------------------------------------------------------ | | **Timestamp** | The date and time the log line was emitted, for example `2026-02-26 11:18:53`. | -| **Object** | The container or node that produced the log line. | -| **Message** | The full log message, including any status codes such as `[ OK ]`. | +| **Object** | The container or node that produced the log line. | +| **Message** | The full log message, including any status codes such as `[ OK ]`. | Selecting the expand arrow to the left of a row reveals the full message for that entry. @@ -54,4 +53,4 @@ The table view is useful when you need to correlate events across multiple conta ## Feedback -The Logs view is in active development. Select **Give feedback** at the top of the view to share suggestions or report issues. +Select **Give feedback** at the top of the view to share suggestions or report issues.