Clarify how to read logs on macOS

This commit is contained in:
Qingyao Sun
2024-12-28 17:35:32 -05:00
committed by Jonathan Lopez
parent 33df3365af
commit b663ac1eaf

View File

@ -71,7 +71,7 @@ If your configuration file has any errors, Ghostty does its best to ignore
them and move on. Configuration errors currently show up in the log. The log
is written directly to stderr, so it is up to you to figure out how to access
that for your system (for now). On macOS, you can also use the system `log` CLI
utility. See the Mac App section for more information.
utility with `log stream --level debug --predicate 'subsystem=="com.mitchellh.ghostty"'`.
## Debugging Configuration