Skip to content

Commit

Permalink
patch: Update local-mode.md - correct first --system example
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Nov 28, 2023
1 parent 40d6282 commit ad6f89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/learn/develop/local-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ When detached, the services continue to run on the device, and you can access th
This command will output logs for the system and all running services. You may optionally filter the output to include only system or specific service logs using the available `--system` (`-S`) and `--service` (`-s`) options. For example, to output only the system logs:

```bash
{{ $names.company.short }} logs 63ec46c.local --service <service name>
{{ $names.company.short }} logs 63ec46c.local --system
```

To filter logs by a service, use the `--service` option. You may specify this option multiple times to output logs from multiple services.
Expand Down

0 comments on commit ad6f89e

Please sign in to comment.