From 1d30c237e6be4525097e8bf363faf81cdc94eaf6 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 16 Jun 2026 10:44:24 +0100 Subject: [PATCH 1/2] 4.79 docs updates Signed-off-by: aevesdocker --- content/manuals/desktop/use-desktop/logs.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/content/manuals/desktop/use-desktop/logs.md b/content/manuals/desktop/use-desktop/logs.md index 6152feed5c8..76d36cdfa25 100644 --- a/content/manuals/desktop/use-desktop/logs.md +++ b/content/manuals/desktop/use-desktop/logs.md @@ -29,24 +29,30 @@ Use the **Search** field at the top of the Logs view to find specific entries. T - Plain-text terms for exact match searches - Regular expressions (for example, `/error|warn/`) -You can save your search terms for easy-access later. +You can save your current filters as a preset for easy access later. Presets capture your container selection, build log visibility, and case sensitivity settings, as well as any active search terms. If no containers are selected, the preset is named all; otherwise it is named after the first selected container. To refine the log stream further, select the **Filter** icon in the toolbar to open the container filter panel. From here you can: - Check individual containers to show only their output - Check Compose stacks to show or hide entire groups -- Use **Select all** or **Clear all** to quickly toggle every container at once +- Toggle off **View build logs** to exclude build-related log output in the stream +- Use **Select all** or **Clear container filters** to quickly toggle every container at once 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: - -- **View build logs**: Include or exclude build-related log output in the stream - **Wrap lines** - **Show timestamps** +You can also choose **Clear logs** to remove log entries from the view (available with Docker Dekstop 4.79 and later). A dialog lets you choose between two options: + +- **Clear all logs**: Immediately hides all current log entries. +- **Clear logs before**: Activates a date and time picker. Only entries at or before the selected timestamp are hidden. + +The cleared state persists across Docker Desktop restarts. Once entries are cleared, they cannot be restored. + ## Feedback Select **Give feedback** at the top of the view to share suggestions or report issues. From c3ed35cf78a12f71919eeb43ce58efdf412b5d20 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 16 Jun 2026 10:58:00 +0100 Subject: [PATCH 2/2] 4.79 docs updates Signed-off-by: aevesdocker --- content/manuals/desktop/use-desktop/logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/use-desktop/logs.md b/content/manuals/desktop/use-desktop/logs.md index 76d36cdfa25..0dc31e8aacb 100644 --- a/content/manuals/desktop/use-desktop/logs.md +++ b/content/manuals/desktop/use-desktop/logs.md @@ -46,7 +46,7 @@ Select the **Display settings** icon in the toolbar to toggle the following: - **Wrap lines** - **Show timestamps** -You can also choose **Clear logs** to remove log entries from the view (available with Docker Dekstop 4.79 and later). A dialog lets you choose between two options: +You can also choose **Clear logs** to remove log entries from the view (available with Docker Desktop 4.79 and later). A dialog lets you choose between two options: - **Clear all logs**: Immediately hides all current log entries. - **Clear logs before**: Activates a date and time picker. Only entries at or before the selected timestamp are hidden.