Kaydet (Commit) a6064e35 authored tarafından Joffrey F's avatar Joffrey F

Merge pull request #724 from bedwards/bedwards-fluentd-patch

Update types.py to support fluentd logging driver
...@@ -6,9 +6,11 @@ class LogConfigTypesEnum(object): ...@@ -6,9 +6,11 @@ class LogConfigTypesEnum(object):
'json-file', 'json-file',
'syslog', 'syslog',
'journald', 'journald',
'gelf',
'fluentd',
'none' 'none'
) )
JSON, SYSLOG, JOURNALD, NONE = _values JSON, SYSLOG, JOURNALD, GELF, FLUENTD, NONE = _values
class DictType(dict): class DictType(dict):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment