From ccc2d32aa55021d967162fa3545017e6eb398b10 Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Wed, 17 Dec 2025 05:16:27 +0800 Subject: [PATCH] Fix macOS log command for Ghostty Corrected the command for viewing Ghostty logs on macOS. --- src/build/mdgen/ghostty_5_header.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/mdgen/ghostty_5_header.md b/src/build/mdgen/ghostty_5_header.md index 2b12f546a..ce3196eb6 100644 --- a/src/build/mdgen/ghostty_5_header.md +++ b/src/build/mdgen/ghostty_5_header.md @@ -101,7 +101,7 @@ On Linux if Ghostty is launched by the default `systemd` user service, you can u `journald` to see Ghostty's logs: `journalctl --user --unit app-com.mitchellh.ghostty.service`. On macOS logging to the macOS unified log is available and enabled by default. ---Use the system `log` CLI to view Ghostty's logs: `sudo log stream level debug +--Use the system `log` CLI to view Ghostty's logs: `sudo log stream --level debug --predicate 'subsystem=="com.mitchellh.ghostty"'`. Ghostty's logging can be configured in two ways. The first is by what