-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Logs view #24223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
aevesdocker
wants to merge
2
commits into
docker:main
Choose a base branch
from
aevesdocker:logs-view
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+72
−2
Open
Logs view #24223
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,67 @@ | ||
| --- | ||
| description: Understand what you can do with the Logs view on Docker Dashboard | ||
| keywords: Docker Dashboard, manage, logs, gui, build logs, container logs, debugging, dashboard | ||
| title: Explore the Logs view in Docker Desktop | ||
| linkTitle: Logs | ||
| weight: 60 | ||
| params: | ||
| sidebar: | ||
| badge: | ||
| color: blue | ||
| text: Beta | ||
| --- | ||
|
|
||
| {{< summary-bar feature_name="Desktop logs" >}} | ||
|
|
||
|
|
||
| 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. You can also use Ask Gordon to analyze log output with AI-assisted prompts. | ||
|
|
||
| ## Log entries | ||
|
|
||
| Each log entry in the table view shows: | ||
|
|
||
| | Column | Description | | ||
| |---|---| | ||
| | **Timestamp** | The date and time the log line was emitted, for example `2026-02-26 11:18:53`. | | ||
| | **Object** | The container or node that produced the log line. | | ||
| | **Message** | The full log message, including any status codes such as `[ OK ]`. | | ||
|
|
||
| Selecting the expand arrow to the left of a row reveals the full message for that entry. | ||
|
|
||
| ## Search and filter logs | ||
|
|
||
| Use the **Search** field at the top of the Logs view to find specific entries. The search bar supports: | ||
|
|
||
| - Plain-text terms for exact match searches | ||
| - Regular expressions (for example, `/error|warn/`) | ||
|
|
||
| You can save your search terms for easy-access later. | ||
|
|
||
| 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 running containers to show only their output | ||
| - Check **Running containers** or **Stopped containers** to show or hide entire groups | ||
| - Use **Select all** or **Clear all** to quickly toggle every container at once | ||
|
|
||
| ## Ask Gordon | ||
|
|
||
| The Logs view integrates with [Ask Gordon](/manuals/ai/gordon/_index.md), Docker's AI assistant. Select the **Ask Gordon** button in the top-right corner of the view to open the Gordon panel, then choose a scope: | ||
aevesdocker marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| - **All visible logs**: Gordon analyzes the complete log stream currently visible on screen | ||
| - **Container**: Gordon analyzes logs from a specific container | ||
| - **Build**: Gordon analyzes build-related log output | ||
|
|
||
| You can type a free-form question or select one of the suggested prompts. | ||
|
|
||
| ## Display options | ||
|
|
||
| Select the **Display options** icon in the toolbar to toggle the following: | ||
|
|
||
| - **View build logs**: Include or exclude build-related log output in the stream | ||
| - **Table view** — switch between a structured table layout and a plain log stream | ||
|
|
||
| The table view is useful when you need to correlate events across multiple containers because each row clearly shows which container emitted a given message and when. | ||
|
|
||
| ## Feedback | ||
|
|
||
| The Logs view is in active development. Select **Give feedback** at the top of the view to share suggestions or report issues. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.