Skip to content

Commit

Permalink
logging: remove incorrect line about docker inspect
Browse files Browse the repository at this point in the history
The logging driver bears not relation to the output of commands such as
`docker inspect`, so this line was incorrect.

Looks like this was added as part of a bigger rewrite/refactor in
d536881, so likely missed

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Nov 5, 2020
1 parent 8822e9a commit cb5c8b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/containers/logging/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ example sets two configurable options on the `json-file` logging driver:
> be provided as strings. Boolean and numeric values (such as the value for
> `max-file` in the example above) must therefore be enclosed in quotes (`"`).
If you do not specify a logging driver, the default is `json-file`. Thus,
the default output for commands such as `docker inspect <CONTAINER>` is JSON.

If you do not specify a logging driver, the default is `json-file`.
To find the current default logging driver for the Docker daemon, run
`docker info` and search for `Logging Driver`. You can use the following
command on Linux, macOS, or PowerShell on Windows:
Expand Down

0 comments on commit cb5c8b0

Please sign in to comment.