mirror of https://github.com/docker/docs.git
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:
parent
9fab06639e
commit
9c929506a3
|
@ -110,7 +110,7 @@ for advanced [log tag options](log_tags.md).
|
||||||
### fluentd-async-connect
|
### fluentd-async-connect
|
||||||
|
|
||||||
Docker connects to Fluentd in the background. Messages are buffered until the
|
Docker connects to Fluentd in the background. Messages are buffered until the
|
||||||
connection is established.
|
connection is established. Defaults to `false`.
|
||||||
|
|
||||||
### fluentd-buffer-limit
|
### fluentd-buffer-limit
|
||||||
|
|
||||||
|
@ -123,11 +123,11 @@ How long to wait between retries. Defaults to 1 second.
|
||||||
|
|
||||||
### fluentd-max-retries
|
### fluentd-max-retries
|
||||||
|
|
||||||
The maximum number of retries. Defaults to 10.
|
The maximum number of retries. Defaults to `10`.
|
||||||
|
|
||||||
### fluentd-sub-second-precision
|
### 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
|
## Fluentd daemon management with Docker
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue