Skip to content

Commit c5a02e3

Browse files
dvdksnDocker Docs Agent
andauthored
docs: remove time-relative language from Logs view feedback section (#24454)
## 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 <agent@docker-docs-harness.local>
1 parent c010e7d commit c5a02e3

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

  • content/manuals/desktop/use-desktop

content/manuals/desktop/use-desktop/logs.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,17 @@ params:
1313

1414
{{< summary-bar feature_name="Desktop logs" >}}
1515

16-
17-
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.
16+
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.
1817

1918
## Log entries
2019

2120
Each log entry in the table view shows:
2221

23-
| Column | Description |
24-
|---|---|
22+
| Column | Description |
23+
| ------------- | ------------------------------------------------------------------------------ |
2524
| **Timestamp** | The date and time the log line was emitted, for example `2026-02-26 11:18:53`. |
26-
| **Object** | The container or node that produced the log line. |
27-
| **Message** | The full log message, including any status codes such as `[ OK ]`. |
25+
| **Object** | The container or node that produced the log line. |
26+
| **Message** | The full log message, including any status codes such as `[ OK ]`. |
2827

2928
Selecting the expand arrow to the left of a row reveals the full message for that entry.
3029

@@ -54,4 +53,4 @@ The table view is useful when you need to correlate events across multiple conta
5453

5554
## Feedback
5655

57-
The Logs view is in active development. Select **Give feedback** at the top of the view to share suggestions or report issues.
56+
Select **Give feedback** at the top of the view to share suggestions or report issues.

0 commit comments

Comments
 (0)