mirror of
https://github.com/moby/moby.git
synced 2026-08-03 06:30:59 +00:00
Merge pull request #11972 from thaJeztah/docs-fix-heading-level
docs: fix heading level of logging drivers
This commit is contained in:
@@ -742,17 +742,17 @@ familiar with using LXC directly.
|
||||
|
||||
You can specify a different logging driver for the container than for the daemon.
|
||||
|
||||
### Logging driver: none
|
||||
#### Logging driver: none
|
||||
|
||||
Disables any logging for the container. `docker logs` won't be available with
|
||||
this driver.
|
||||
|
||||
### Log driver: json-file
|
||||
#### Logging driver: json-file
|
||||
|
||||
Default logging driver for Docker. Writes JSON messages to file. `docker logs`
|
||||
command is available only for this logging driver
|
||||
|
||||
## Logging driver: syslog
|
||||
#### Logging driver: syslog
|
||||
|
||||
Syslog logging driver for Docker. Writes log messages to syslog. `docker logs`
|
||||
command is not available for this logging driver
|
||||
|
||||
Reference in New Issue
Block a user