From 7717d82d974f350fef65e5df860ec05f2724ba00 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Mon, 9 May 2016 19:04:09 -0700 Subject: [PATCH] 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 --- docs/deprecated.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index f61ffd31..5c85c18a 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -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