Skip to content

Commit 5aeeb1e

Browse files
authored
4.79 docs updates (#25368)
<!--Delete sections as needed --> ## Description Logs updates ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: aevesdocker <allie.sadler@docker.com>
1 parent eb4f2ed commit 5aeeb1e

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

  • content/manuals/desktop/use-desktop

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,30 @@ Use the **Search** field at the top of the Logs view to find specific entries. T
2929
- Plain-text terms for exact match searches
3030
- Regular expressions (for example, `/error|warn/`)
3131

32-
You can save your search terms for easy-access later.
32+
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.
3333

3434
To refine the log stream further, select the **Filter** icon in the toolbar to open the container filter panel. From here you can:
3535

3636
- Check individual containers to show only their output
3737
- Check Compose stacks to show or hide entire groups
38-
- Use **Select all** or **Clear all** to quickly toggle every container at once
38+
- Toggle off **View build logs** to exclude build-related log output in the stream
39+
- Use **Select all** or **Clear container filters** to quickly toggle every container at once
3940

4041
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.
4142

4243
## Display settings
4344

4445
Select the **Display settings** icon in the toolbar to toggle the following:
45-
46-
- **View build logs**: Include or exclude build-related log output in the stream
4746
- **Wrap lines**
4847
- **Show timestamps**
4948

49+
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:
50+
51+
- **Clear all logs**: Immediately hides all current log entries.
52+
- **Clear logs before**: Activates a date and time picker. Only entries at or before the selected timestamp are hidden.
53+
54+
The cleared state persists across Docker Desktop restarts. Once entries are cleared, they cannot be restored.
55+
5056
## Feedback
5157

5258
Select **Give feedback** at the top of the view to share suggestions or report issues.

0 commit comments

Comments
 (0)