Fix macOS log command for Ghostty

Corrected the command for viewing Ghostty logs on macOS.
pull/9933/head
IceCodeNew 2025-12-17 05:16:27 +08:00 committed by GitHub
parent 4827c7f53a
commit ccc2d32aa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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