From 8bfa9d5c6b1f3109ade8470d5ccd670d249e723b Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Fri, 20 Jul 2018 07:40:37 -0600 Subject: [PATCH] Troubleshoot.md has incorrect command, missing "/usr/bin/log" before "show" --- docker-for-mac/troubleshoot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-mac/troubleshoot.md b/docker-for-mac/troubleshoot.md index b1e21d7b05..b7993e7057 100644 --- a/docker-for-mac/troubleshoot.md +++ b/docker-for-mac/troubleshoot.md @@ -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: ``` -$ 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