mirror of https://github.com/docker/docs.git
Update logs.md
Daemon datastructure dump functionality has been removed. See [PR #33598](https://github.com/moby/moby/pull/33598).
This commit is contained in:
parent
ad4c5dd659
commit
317af453b9
|
@ -118,7 +118,6 @@ Look in the Docker logs for a message like the following:
|
||||||
|
|
||||||
```none
|
```none
|
||||||
...goroutine stacks written to /var/run/docker/goroutine-stacks-2017-06-02T193336z.log
|
...goroutine stacks written to /var/run/docker/goroutine-stacks-2017-06-02T193336z.log
|
||||||
...daemon datastructure dump written to /var/run/docker/daemon-data-2017-06-02T193336z.log
|
|
||||||
```
|
```
|
||||||
|
|
||||||
The locations where Docker saves these stack traces and dumps depends on your
|
The locations where Docker saves these stack traces and dumps depends on your
|
||||||
|
|
Loading…
Reference in New Issue