You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: deprecated: add entry for "fluent-async-connect" log-opt
This option was deperecated in the upstream fluentd logging driver v1.4.0,
and while we documented it as deprecated in the API changelog, there was
no mention yet in the deprecated docs.
relates to:
- fluent/fluent-logger-golang#56
- moby/moby#39086
Signed-off-by: Sebastiaan van Stijn <[email protected]>
@@ -391,6 +392,21 @@ Users that want to use this feature are encouraged to enable BuildKit by setting
391
392
the `DOCKER_BUILDKIT=1` environment variable or through the daemon or CLI configuration
392
393
files.
393
394
395
+
### `fluentd-async-connect` log opt
396
+
397
+
**Deprecated in Release: v20.10**
398
+
399
+
The `--log-opt fluentd-async-connect` option for the fluentd logging driver is
400
+
[deprecated in favor of `--log-opt fluentd-async`](https://github.com/moby/moby/pull/39086).
401
+
A deprecation message is logged in the daemon logs if the old option is used:
402
+
403
+
```console
404
+
fluent#New: AsyncConnect is now deprecated, please use Async instead
405
+
```
406
+
407
+
Users are encouraged to use the `fluentd-async` option going forward, as support
408
+
for the old option will be removed in a future release.
409
+
394
410
### Pushing and pulling with image manifest v2 schema 1
0 commit comments