mintd: remove non-existent stdout logging from docs (#1159)

This commit is contained in:
daywalker90
2025-10-06 19:39:08 +02:00
committed by GitHub
parent c5e5d71701
commit 03309da7c6

View File

@@ -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"