mirror of https://github.com/docker/cli.git
Remove deprecated driver specific log tags
Since 1.9, driver specific log tag options `syslog-tag` `gelf-tag` `fluentd-tag` have been deprecated in favor of the generic tag option which is standard across different logging drivers. This fix removed the deprecated driver specific log tag options of `syslog-tag`, `gelf-tag`, `fluentd-tag` for 1.12 and updated the docs. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
a8e16c0079
commit
7717d82d97
|
@ -73,7 +73,7 @@ variants:
|
|||
### Driver Specific Log Tags
|
||||
**Deprecated In Release: v1.9**
|
||||
|
||||
**Target For Removal In Release: v1.11**
|
||||
**Removed In Release: v1.12**
|
||||
|
||||
Log tags are now generated in a standard way across different logging drivers.
|
||||
Because of which, the driver specific log tag options `syslog-tag`, `gelf-tag` and
|
||||
|
|
Loading…
Reference in New Issue