Skip to content

Commit b193ebe

Browse files
authored
ENGDOCS-2573 (#22467)
<!--Delete sections as needed --> ## Description Enhanced logs experience ## 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
1 parent 75e9bc4 commit b193ebe

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

+7-3
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,24 @@ From here, you can use the quick action buttons to perform various actions such
3535

3636
### Logs
3737

38-
Select **Logs** to see logs from the container. You can also:
38+
Select **Logs** to view output from the container in real time. While viewing logs, you can:
3939

4040
- Use `Cmd + f`/`Ctrl + f` to open the search bar and find specific entries.
4141
Search matches are highlighted in yellow.
4242
- Press `Enter` or `Shift + Enter` to jump to the next or previous search match
4343
respectively.
4444
- Use the **Copy** icon in the top right-hand corner to copy all the logs to
4545
your clipboard.
46-
- Automatically copy any logs content by highlighting a few lines or a section
47-
of the logs.
46+
- Show timestamps
4847
- Use the **Clear terminal** icon in the top right-hand corner to clear the
4948
logs terminal.
5049
- Select and view external links that may be in your logs.
5150

51+
You can refine your view by:
52+
53+
- Filtering logs for specific containers, if you're running a multi-container application.
54+
- Using regular expressions or exact match search terms
55+
5256
### Inspect
5357

5458
Select **Inspect** to view low-level information about the container. It displays the local path, version number of the image, SHA-256, port mapping, and other details.

0 commit comments

Comments
 (0)