Improve `fluentd-async-connect` option

- According to c093c1e08b/daemon/logger/fluentd/fluentd.go (L114) I added the _Defaults to `false`._ statement to `fluentd-async-connect` option.
- Add inline code formatting for other default values
This commit is contained in:
Marcel Hoyer 2019-02-18 17:30:55 +01:00 committed by GitHub
parent 9fab06639e
commit 9c929506a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ for advanced [log tag options](log_tags.md).
### fluentd-async-connect
Docker connects to Fluentd in the background. Messages are buffered until the
connection is established.
connection is established. Defaults to `false`.
### fluentd-buffer-limit
@ -123,11 +123,11 @@ How long to wait between retries. Defaults to 1 second.
### fluentd-max-retries
The maximum number of retries. Defaults to 10.
The maximum number of retries. Defaults to `10`.
### fluentd-sub-second-precision
Generates event logs in nanosecond resolution. Defaults to false.
Generates event logs in nanosecond resolution. Defaults to `false`.
## Fluentd daemon management with Docker