From 89b5ede2a0ab6d04176c3cf4315f33772d7332be Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 11 Dec 2025 00:13:45 +0100 Subject: [PATCH] engine: add some extra keywords for finding the debug section I forgot where we documented this, and ChatGPT wasn't able to provide the link, so I asked it to suggest improvements for it to discover the page :) Signed-off-by: Sebastiaan van Stijn --- content/manuals/engine/daemon/logs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/engine/daemon/logs.md b/content/manuals/engine/daemon/logs.md index 9a564b9fd3..e2943058f1 100644 --- a/content/manuals/engine/daemon/logs.md +++ b/content/manuals/engine/daemon/logs.md @@ -1,7 +1,7 @@ --- title: Read the daemon logs -description: How to read the event logs for the Docker daemon -keywords: docker, daemon, configuration, troubleshooting, logging +description: How to read Docker daemon logs and force a stack trace using SIGUSR1 for debugging +keywords: docker, daemon, configuration, troubleshooting, logging, debug, stack trace, SIGUSR1, signal, goroutine dump, crash diagnostics aliases: - /config/daemon/logs/ ---