Skip to main content
Stream logs for an app launched by FlowDeck. The identifier can be a short ID, full ID, or bundle ID.
# Stream logs for an app ID
flowdeck logs <app-id>

# Stream logs for a bundle ID
flowdeck logs com.example.MyApp

# JSON output
flowdeck logs <app-id> --json

# Show usage examples
flowdeck logs --examples

Arguments

ArgumentDescription
<identifier>App identifier (short ID, full ID, or bundle ID)

Options

OptionShortDescription
--json-jOutput as JSON/NDJSON
--examples-eShow usage examples
Logs are supported for simulator and macOS launches. Physical device logs require Console.app or Xcode.

JSON Output

When --json is set, log output is NDJSON (one JSON object per line).