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>
master
Yong Tang 2016-05-09 19:04:09 -07:00 committed by Tibor Vass
parent a8e16c0079
commit 7717d82d97
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ variants:
### Driver Specific Log Tags ### Driver Specific Log Tags
**Deprecated In Release: v1.9** **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. 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 Because of which, the driver specific log tag options `syslog-tag`, `gelf-tag` and