Troubleshoot.md has incorrect command, missing "/usr/bin/log" before "show"

This commit is contained in:
Randy Fay 2018-07-20 07:40:37 -06:00 committed by GitHub
parent cf3b4e4984
commit 8bfa9d5c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ $ /usr/bin/log stream --style syslog --level=debug --color=always --predicate "$
Alternatively, to collect the last day of logs (`1d`) in a file, run: Alternatively, to collect the last day of logs (`1d`) in a file, run:
``` ```
$ show --debug --info --style syslog --last 1d --predicate "$pred" >/tmp/logs.txt $ /usr/bin/log show --debug --info --style syslog --last 1d --predicate "$pred" >/tmp/logs.txt
``` ```
#### In the Console app #### In the Console app