Skip to content
Draft
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
4 changes: 3 additions & 1 deletion content/manuals/desktop/use-desktop/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Each log entry in the table view shows:

Selecting the expand arrow to the right of a row reveals the full message for that entry.

## Search and filter logs
## Search, filter and export logs
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[LOW] Missing Oxford comma in heading

The heading reads "Search, filter and export logs" but Docker style requires the Oxford comma in lists. Consider: "Search, filter, and export logs".


Use the **Search** field at the top of the Logs view to find specific entries. The search bar supports:

Expand All @@ -37,6 +37,8 @@ To refine the log stream further, select the **Filter** icon in the toolbar to o
- Check Compose stacks to show or hide entire groups
- Use **Select all** or **Clear all** to quickly toggle every container at once

With the **Export** button in the top-right corner (available with Docker Desktop version 4.77 and later), you can export all logs or only the logs that match your filters.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[LOW] Trailing space at end of line / indirect phrasing

Two minor notes on this new sentence:

  1. There is a trailing space after the final period. Most Markdown processors ignore it, but it can cause linting warnings.
  2. Docker style prefers direct constructions over "you can …". Consider: "Use the Export button in the top-right corner (available with Docker Desktop version 4.77 and later) to export all logs or only the logs that match your filters."


## Display settings

Select the **Display settings** icon in the toolbar to toggle the following:
Expand Down