From b663ac1eafbf92b361b5f04de25b6022e0004ece Mon Sep 17 00:00:00 2001 From: Qingyao Sun Date: Sat, 28 Dec 2024 17:35:32 -0500 Subject: [PATCH] Clarify how to read 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 e7e3d7be5..aac6c17ea 100644 --- a/src/build/mdgen/ghostty_5_header.md +++ b/src/build/mdgen/ghostty_5_header.md @@ -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