#macos launchd app logs
3 messages · Page 1 of 1 (latest)
I think that by default if you launch it from launchpad it doesn't log it (or log it to nowhere)
Consider using https://beta.tauri.app/features/logging/
Anyway if you just want to debug production app:
open --stdout stdout.txt --stderr stderr.txt /Applications/some.app
Perfect thanks!