Skip to content

Logs view#24223

Open
aevesdocker wants to merge 3 commits intodocker:mainfrom
aevesdocker:logs-view
Open

Logs view#24223
aevesdocker wants to merge 3 commits intodocker:mainfrom
aevesdocker:logs-view

Conversation

@aevesdocker
Copy link
Contributor

Description

Related issues or tickets

Reviews

  • Technical review
  • Editorial review
  • Product review

@netlify
Copy link

netlify bot commented Feb 26, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit e04e0d9
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69b925b58d874a0008733600
😎 Deploy Preview https://deploy-preview-24223--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the area/desktop Issue affects a desktop edition of Docker. E.g docker for mac label Feb 26, 2026
@aevesdocker
Copy link
Contributor Author

@marisimon @terry-docker ready for you expert eyes. What did I miss?

Copy link
Contributor

@docker-agent docker-agent bot left a comment

Choose a reason for hiding this comment

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

Review Summary

This PR adds documentation for the new Logs view feature in Docker Desktop. The content is well-structured and clearly explains the feature's functionality. I found a few minor issues that should be corrected:

  1. British spelling: Uses "analyse"/"analyses" instead of US English "analyze"/"analyzes" (violates STYLE.md requirement for US English)
  2. Future date in example: Timestamp example uses 2026 instead of a current or past year
  3. Link path convention: Internal link uses absolute path instead of the documented relative path convention

These are all minor style/content issues. Once corrected, the documentation will be ready to merge.

@aevesdocker
Copy link
Contributor Author

Moving to draft as release tbd

@aevesdocker aevesdocker marked this pull request as draft March 10, 2026 11:18
@aevesdocker aevesdocker marked this pull request as ready for review March 17, 2026 09:58
Copy link
Contributor

@docker-agent docker-agent bot left a comment

Choose a reason for hiding this comment

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

Review Summary

Assessment: 🟡 NEEDS ATTENTION

This PR adds new documentation for the Docker Desktop Logs view feature. The documentation is well-structured and clear, but there is one navigation ordering issue that should be addressed.

Findings

1 issue found:

  • MEDIUM severity: Weight conflict in front matter will cause non-deterministic navigation ordering

Details

The new logs.md page has weight: 60, which conflicts with the existing resource-saver.md page that also has weight: 60. When multiple pages in the same Hugo section have identical weights, the navigation ordering becomes unpredictable.

Recommendation: Change logs.md weight to 70 to maintain proper ordering between resource-saver (60) and pause (80).


This review focuses only on code added in this PR. Existing code is not commented on.

keywords: Docker Dashboard, manage, logs, gui, build logs, container logs, debugging, dashboard
title: Explore the Logs view in Docker Desktop
linkTitle: Logs
weight: 60
Copy link
Contributor

Choose a reason for hiding this comment

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

Weight conflict with resource-saver.md

This page has weight: 60, but resource-saver.md in the same section also has weight: 60. When multiple pages have identical weights, Hugo's navigation ordering becomes non-deterministic.

Recommendation: Change this to weight: 70 to maintain proper ordering:

  • resource-saver.md: 60
  • logs.md: 70 (suggested)
  • pause.md: 80

This will ensure consistent navigation ordering across builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/desktop Issue affects a desktop edition of Docker. E.g docker for mac

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants