mirror of https://github.com/docker/docs.git
Troubleshoot.md has incorrect command, missing "/usr/bin/log" before "show"
This commit is contained in:
parent
cf3b4e4984
commit
8bfa9d5c6b
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue