Syslog was a heading-2, but should be heading-3;
changed the headings to heading-4 to match the
"network settings" section.
Also changed "Log driver" to "logging driver" for JSON.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -742,17 +742,17 @@ familiar with using LXC directly. |
| 742 | 742 |
|
| 743 | 743 |
You can specify a different logging driver for the container than for the daemon. |
| 744 | 744 |
|
| 745 |
-### Logging driver: none |
|
| 745 |
+#### Logging driver: none |
|
| 746 | 746 |
|
| 747 | 747 |
Disables any logging for the container. `docker logs` won't be available with |
| 748 | 748 |
this driver. |
| 749 | 749 |
|
| 750 |
-### Log driver: json-file |
|
| 750 |
+#### Logging driver: json-file |
|
| 751 | 751 |
|
| 752 | 752 |
Default logging driver for Docker. Writes JSON messages to file. `docker logs` |
| 753 | 753 |
command is available only for this logging driver |
| 754 | 754 |
|
| 755 |
-## Logging driver: syslog |
|
| 755 |
+#### Logging driver: syslog |
|
| 756 | 756 |
|
| 757 | 757 |
Syslog logging driver for Docker. Writes log messages to syslog. `docker logs` |
| 758 | 758 |
command is not available for this logging driver |