From 03309da7c6b31a8b287c1fce98588cc1d14fe321 Mon Sep 17 00:00:00 2001 From: daywalker90 <8257956+daywalker90@users.noreply.github.com> Date: Mon, 6 Oct 2025 19:39:08 +0200 Subject: [PATCH] mintd: remove non-existent stdout logging from docs (#1159) --- crates/cdk-mintd/example.config.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/cdk-mintd/example.config.toml b/crates/cdk-mintd/example.config.toml index c6510539..1dd62760 100644 --- a/crates/cdk-mintd/example.config.toml +++ b/crates/cdk-mintd/example.config.toml @@ -14,8 +14,7 @@ melt_ttl = 120 [info.logging] -# Where to output logs: "stdout", "file", or "both" (default: "both") -# Note: "stdout" actually outputs to stderr (standard error stream) +# Where to output logs: "stderr" (standard error stream), "file", or "both" (default: "both") # output = "both" # Log level for console output (default: "info") # console_level = "info"